NodeExpandCollapseEventArgs

Interface represents the event arguments for the nodeCollapsed, nodeCollapsing, nodeExpanded and nodeExpanding event.

Properties

cancel Boolean

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

event MouseTouchEventArgs KeyboardEventArgs TapEventArgs

Gets the original triggered event arguments.

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 expanding/collapsing node.

nodeData {:}

Gets the expanding/collapsing node data model.