Search results

NodeKeyPressEventArgs API in Angular TreeView API component

Interface for NodeKeyPress event arguments.

Properties

cancel

boolean

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

event

KeyboardEventArgs

Return the actual event.

node

HTMLLIElement

Return the current active TreeView node.