Name | Type | Description |
---|---|---|
cancelable | Boolean | Whether the event can be canceled with preventDefault(). |
userData | Object | For custom events, the payload data object. |
type | Boolean |
---|---|
Whether the event can be canceled with preventDefault().
This option works only when there is no nativeEvent.
|
type | Object |
---|---|
For custom events, the payload data object.
|