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

    Interface ReadCellResponseMessage

    Read specific cell response (MCP tool support)

    interface ReadCellResponseMessage {
        body: {
            index: number;
            outputs?: string[];
            source: string;
            type: string;
        };
        requestId: string;
        type: "read-cell-response";
    }
    Index

    Properties

    Properties

    body: { index: number; outputs?: string[]; source: string; type: string }
    requestId: string
    type: "read-cell-response"