Interface IWidgetOptionValue
Provides a property to handle an option selection.
Package: ui-framework
Properties
onSelect
A single function that will be executed when the user selects a value.
Declaration
onSelect: Function
Property Value
Type | Description |
---|---|
Function | A single function that will be executed when the user selects a value. |