Boolean
Grid
String
Grid
ModuleInfo
ModuleInfo
ModuleInfo
ModuleInfo
Boolean
Get the AllowMultipleAccess
Kind: Instance method of ModuleInfo
Returns: Boolean
- the KEY_ALLOW_MULTIPLE_ACCESS value
Grid
Get the Location
Kind: Instance method of ModuleInfo
Returns: Grid
- the KEY_LOCATION value
String
Get the ModuleId
Kind: Instance method of ModuleInfo
Returns: String
- the KEY_MODULE_ID value
Grid
Get the ServiceArea
Kind: Instance method of ModuleInfo
Returns: Grid
- the KEY_SERVICE_AREA value
ModuleInfo
Set the AllowMultipleAccess
Kind: Instance method of ModuleInfo
Returns: ModuleInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
access | Boolean |
allow multiple users/apps to access the module or not - The desired AllowMultipleAccess. {'default_value': True} |
ModuleInfo
Set the Location
Kind: Instance method of ModuleInfo
Returns: ModuleInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
location | Grid |
Location of a module. - The desired Location. |
ModuleInfo
Set the ModuleId
Kind: Instance method of ModuleInfo
Returns: ModuleInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | String |
UUID of a module. "moduleId + moduleType" uniquely identify a module. - The desired ModuleId. {'string_min_length': 1, 'string_max_length': 100} |