[]
        
(Showing Draft Content)

StructTreeNode

Type Alias: StructTreeNode

type StructTreeNode = object;

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

Type declaration

children

children: (
  | StructTreeNode
  | StructTreeContent)[];

role

role: "Root" | string;