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

    Interface DeleteCellMessage

    Delete cell from notebook (MCP tool support)

    interface DeleteCellMessage {
        body: { index: number };
        type: "delete-cell";
    }
    Index

    Properties

    Properties

    body: { index: number }

    Deletion payload

    Type Declaration

    • index: number

      Index of cell to delete

    type: "delete-cell"

    Message type discriminator