interface Node {
    children?: core.Node[];
    id: string;
}

Properties

Properties

children?: core.Node[]
id: string