cpr.events.CEventOption

Index

Properties
Name Type Description
cancelable Boolean Whether the event can be canceled with preventDefault().
userData Object For custom events, the payload data object.

Properties

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