Search results

NodeEditEventArgs API in JavaScript TreeView API control

Interface for NodeEdit event arguments.

Properties

cancel

boolean

If you want to cancel this event then, set cancel as true. Otherwise, false.

innerHtml

string

Gets or sets the inner HTML of TreeView node while editing.

newText

string

Return the current TreeView node new text.

node

HTMLLIElement

Return the current TreeView node.

nodeData

{ [key: string]: Object }

Return the current node as JSON object from data source.

oldText

string

Return the current TreeView node old text.