ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TreeNode > entry

TreeNode.entry property

The atttributes used for rendering the node, such as the caption

Signature:

entry: {
        caption: string;
        captionPath?: string;
        expandable: boolean;
        expanded: boolean;
        iconSrcKey?: string;
        nodeIndex: number;
        tooltipContent?: any[];
    };
  • TreeNode.entry property
Copyright © 2023 ActiveViam