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

    Interface OverwriteCellMessage

    Overwrite cell source (MCP tool support)

    interface OverwriteCellMessage {
        body: { index: number; source: string };
        type: "overwrite-cell";
    }
    Index

    Properties

    Properties

    body: { index: number; source: string }

    Overwrite payload

    Type Declaration

    • index: number

      Index of cell to overwrite

    • source: string

      New source content

    type: "overwrite-cell"

    Message type discriminator