[ 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 |
|
string | One of |
|
number | The position at which text was inserted. Present when |
|
number | The number of characters inserted or removed. Present when |
