ScreenPropertyDescriptor Module
Screen PropertyDescriptor functions.
Functions and values
| Function or value | Description |
Full Usage:
ScreenPropertyDescriptor.getCategorizedPropertyDescriptors screen world
Parameters: Returns: (Either<string, Type> * PropertyDescriptor seq) seq
|
|
Full Usage:
ScreenPropertyDescriptor.getEditable propertyDescriptor
Parameters:
PropertyDescriptor
Returns: bool
|
|
Full Usage:
ScreenPropertyDescriptor.getPropertyDescriptors screen world
Parameters: Returns: PropertyDescriptor seq
|
|
Full Usage:
ScreenPropertyDescriptor.getValue propertyDescriptor screen world
Parameters:
PropertyDescriptor
screen : Screen
world : World
Returns: obj
|
|
Full Usage:
ScreenPropertyDescriptor.trySetValue value propertyDescriptor screen world
Parameters:
obj
propertyDescriptor : PropertyDescriptor
screen : Screen
world : World
Returns: Either<string, unit>
|
|
Nu