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

    Interface ReadAllCellsRequestMessage

    Read all cells request (MCP tool support)

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

    Properties

    Properties

    body: Record<string, never>
    requestId: string
    type: "read-all-cells-request"