Interface ISelectionEventArgs

Interface that encapsulates onSelection event arguments - old selection, new selection and cancel selection.

@export

Hierarchy

Properties

cancel

cancel: boolean

Provides the ability to cancel the event.

newSelection

oldSelection

Optional owner

owner: any

Provides reference to the owner component.