NodeClickEventArgs
Interface represents the event arguments for the nodeClicked
event.
Properties
event MouseEvent TouchEvent
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.
nodeData {:}
Gets the data model for the node that was clicked.