Documentation
    Preparing search index...

    Type Alias GraphCommandExtraNodes

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

    Properties

    Properties

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

    Type declaration

    type: "extraNodes"