Search results

NodeExpandEventArgs API in React TreeView API component

Interface for NodeExpand event arguments.

Properties

cancel

boolean

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

isInteracted

boolean

If the event is triggered by interaction, it returns true. Otherwise, it returns false.

node

HTMLLIElement

Return the expanded/collapsed TreeView node.

nodeData

{ [key: string]: Object }

Return the expanded/collapsed node as JSON object from data source.