cpr.events.CTranstionEventOption

Hierarchy

Index

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

Properties

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