cpr.events.CSelectionEventOptions

Options for the select event
Hierarchy

Index

Properties
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.

Properties

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