| Name | Type | Description |
|---|---|---|
| cancelable | Boolean | Whether the event can be canceled with preventDefault(). |
| content | Object | The data you want to pass through the event. |
| item | Object | The Item where the event occurred. |
| relativeTargetName | String | Returns the target name in the item where the event occurred. |
| 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.
|
| declaring type | CUIEventOptions |
|---|---|
| type | Object |
|
The data you want to pass through the event.
|
| type | Object |
|---|---|
|
The Item where the event occurred.
|
| type | String |
|---|---|
|
Returns the target name in the item where the event occurred.
item, itemicon, text, badge, checkbox
|
| declaring type | CEventOption |
|---|---|
| type | Object |
|
For custom events, the payload data object.
|