Documentation
    Preparing search index...

    Type Alias GraphCommandQuantityUpdate

    type GraphCommandQuantityUpdate = {
        content: { quantity: number; rootId: GraphNodeRootId };
        type: "quantityUpdate";
    }
    Index

    Properties

    Properties

    content: { quantity: number; rootId: GraphNodeRootId }
    type: "quantityUpdate"