NodeClickEventArgs
Interface represents the event arguments for the nodeClicked
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
event KeyboardEventArgs
Gets the original triggered event arguments.
name String
Gets the name of the event.
node HTMLLIElement
Gets the HTML element for the node that was clicked.