ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TreeNode

TreeNode interface

Signature:

export interface TreeNode<T> 

Properties

PropertyTypeDescription
dataTSome data purposedly attached to the node
entry{
caption: string;
captionPath?: string;
expandable: boolean;
expanded: boolean;
iconSrcKey?: string;
nodeIndex: number;
tooltipContent?: any[];
}
The atttributes used for rendering the node, such as the caption
sourceObjectTreeNodeSourceObjectThe object that the node represents, independently of its rendering. It can be for example the bookmark attached to the node in the bookmark tree, or the representation of the discovery node.
  • TreeNode interface
  • Properties
Copyright © 2019 ActiveViam