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

    Interface ReadAllCellsResponseMessage

    Read all cells response (MCP tool support)

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

    Properties

    Properties

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