NodeCheckEventArgs

Interface represents the event arguments for the nodeChecked and nodeChecking event.

Properties

action String

Gets a value indicating the type of action, for example check or uncheck.

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 checked.

nodeData {:}[]

Gets the data model for the node that was checked.