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

    Interface OverwriteCellMessage

    Overwrite cell source (MCP tool support)

    interface OverwriteCellMessage {
        body: { cellIndex: number; cellSource: string };
        type: "overwrite-cell";
    }
    Index

    Properties

    Properties

    body: { cellIndex: number; cellSource: string }
    type: "overwrite-cell"