NodeSelectEventArgs

Interface represents the event arguments for the nodeSelected and nodeSelecting event.

Properties

action String

Gets a value indicating the type of action, for example select or unselect.

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

isInteracted Boolean

Gets a value indicating whether the event was triggered by user interaction or from another event.

name String

Gets the name of the event.

node HTMLLIElement

Gets the HTML element for the node that was selected.

nodeData {:}

Gets the data model for the node that was selected.