Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
DeleteCellMessage
Interface DeleteCellMessage
Delete cell from notebook (MCP tool support)
interface
DeleteCellMessage
{
body
:
{
cellIndex
:
number
}
;
type
:
"delete-cell"
;
}
Index
Properties
body
type
Properties
body
body
:
{
cellIndex
:
number
}
type
type
:
"delete-cell"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
type
Datalayer VS Code Extension - v0.0.4
Loading...
Delete cell from notebook (MCP tool support)