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

    Interface ReadCellRequestMessage

    Read specific cell request (MCP tool support)

    interface ReadCellRequestMessage {
        body: { index: number };
        requestId: string;
        type: "read-cell-request";
    }
    Index

    Properties

    Properties

    body: { index: number }

    Request payload

    Type Declaration

    • index: number

      Index of cell to read

    requestId: string

    Request ID for correlation

    type: "read-cell-request"

    Message type discriminator