[]
        
(Showing Draft Content)

StructTreeNode

Type Alias: StructTreeNode

type StructTreeNode = object;

Structure tree node. The root node will have a role "Root".

Properties

children

children: (StructTreeNode | StructTreeContent)[];

role

role: "Root" | string;