Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Interface ReadAllCellsRequestMessage

    Read all cells request (MCP tool support)

    interface ReadAllCellsRequestMessage {
        body: Record<string, never>;
        requestId: string;
        type: "get-cells-request";
    }
    Index

    Properties

    Properties

    body: Record<string, never>

    Empty payload

    requestId: string

    Request ID for correlation

    type: "get-cells-request"

    Message type discriminator