new GoBrain.Dtos.Settings.Module()
GoBrain.Core/src/dtos/settings/module.js, line 1
Properties:
Name | Type | Argument | Description |
---|---|---|---|
baseUrl |
String | Location of the Module. |
|
classPath |
String | Path to Module constructor. |
|
name |
String | Module name. |
|
plugins |
Array.<String> |
<optional> |
List of plugins to load while the module is being initialized. |
type |
String | Module type. |
|
url |
String | Url to Extensions. |
|
views |
Array.<Object> |
<optional> |
View configurations. |