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[];
};