Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectNodeEventDetail

Hierarchy

Index

Properties

Optional creating

creating: undefined | false | true

Whether the target node is being created (not yet added to DOM).

Optional expanded

expanded: undefined | false | true
  • true if the node is being expanded;
  • false if the node is being collapsed;
  • undefined if neither of above.

index

index: number

Index in parent's nodes (children) array.

node

The target node.

parent

Parent node of the target.

Generated using TypeDoc