diagramatics
    Preparing search index...

    Interface TreeNode

    interface TreeNode {
        children?: TreeNode[];
        value: Diagram;
    }
    Index

    Properties

    Properties

    children?: TreeNode[]
    value: Diagram