Documentation
    Preparing search index...

    Type Alias GraphCommandAdjustProcess

    type GraphCommandAdjustProcess = {
        content: { rootId: GraphNodeRootId };
        type: "adjustProcess";
    }
    Index

    Properties

    Properties

    content: { rootId: GraphNodeRootId }
    type: "adjustProcess"