[ type ] ChangeEvent
Description:
Change event received by the onChange() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | One of |
|
boolean | Indicates if the change was made by user interacting with the component. |
|
string | One of |
|
number | The position at which text was inserted. Present when |
|
number | The number of characters inserted or removed. Present when |
|
string | number | Value of a currently selected RadioButton, RadioButtonMenuItem or ToggleButton within a group. |
|
number | Index of a currently selected RadioButton, RadioButtonMenuItem or ToggleButton within a group. |
|
boolean | Indicates if the target RadioButton, RadioButtonMenuItem or ToggleButton component's new state is selected. |
