Name | Type | Description |
---|---|---|
cancelable | Boolean | Whether the event can be canceled with preventDefault(). |
newSelection | Object | An array of newly selected items. |
oldSelection | Object | An array of previously selected items. |
userData | Object | For custom events, the payload data object. |
declaring type | CEventOption |
---|---|
type | Boolean |
Whether the event can be canceled with preventDefault().
This option works only when there is no nativeEvent.
|
type | Object |
---|---|
An array of newly selected items.
|
type | Object |
---|---|
An array of previously selected items.
|
declaring type | CEventOption |
---|---|
type | Object |
For custom events, the payload data object.
|