Hierarchy
-
WidgetContextValueParams
- WidgetContextRowParams
Properties
Optional name
Display name.
Optional onChange
Function called when the value of a field changes.
Optional onRender
Function called after the widget is displayed.
Optional readonly
Read-only attribute.
The default value is false
.
If you want to display the value in the read-only mode, pass true
.
If you want to display it in the editing mode, either do not specify the value or pass false
.
Optional required
Whether the field is required.
By default, the property’s value is false
.
Optional tooltip
Tooltip.
Parameters for displaying the context string