Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
InsertCellMessage
Interface InsertCellMessage
Insert cell into notebook (MCP tool support)
interface
InsertCellMessage
{
body
:
{
cellIndex
?:
number
;
cellSource
:
string
;
cellType
:
"code"
|
"markdown"
;
}
;
type
:
"insert-cell"
;
}
Index
Properties
body
type
Properties
body
body
:
{
cellIndex
?:
number
;
cellSource
:
string
;
cellType
:
"code"
|
"markdown"
}
type
type
:
"insert-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...
Insert cell into notebook (MCP tool support)