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

    Interface DeleteCellMessage

    Delete cell from notebook (MCP tool support)

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

    Properties

    Properties

    body: { cellIndex: number }
    type: "delete-cell"