Key used to pickup the string corresponding to the label of the dropdown choice item, from the strings JSON file.
Function that dictates how the overall UI should transform when the UI element corresponding to a property, say prop1, is changed.
The callback can be used to
* Change the value (and reflect it in the UI) for another property, say prop2
* Change the visibility for prop2 in the UI
* Disable or enable the UI element corresponding to prop2
depending on logic based on the newValue of prop1, the currentValues Map and baselineValues Map.
The newValue that the property needs to be set to, after the change in the UI element corresponding to this property.
The map of propertyName => SmartUiInput
corresponding to the current state of the UI.
The map of propertyName => SmartUiInput
corresponding to the initial state of the UI.
A new Map of propertyName => SmartUiInput
corresponding to the new state of the overall UI
Promise of Map of propertyName => SmartUiInput
which will become the current state of the UI.
The map of propertyName => SmartUiInput
corresponding to the current state of the UI
The map of propertyName => SmartUiInput
corresponding to the initial state of the UI
Generated using TypeDoc
Key used to pickup the string that uniquely identifies the dropdown choice item, from the strings JSON file.