Documentation
    Preparing search index...

    Interface GraphCommandExtraNodes

    interface GraphCommandExtraNodes {
        content: {
            configs: AnyGraphCommandExtraNodeConfig[];
            rootId: GraphNodeRootId;
        };
        type: "extraNodes";
    }
    Index

    Properties

    Properties

    content: { configs: AnyGraphCommandExtraNodeConfig[]; rootId: GraphNodeRootId }

    Type Declaration

    type: "extraNodes"