Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
OverwriteCellMessage
Interface OverwriteCellMessage
Overwrite cell source (MCP tool support)
interface
OverwriteCellMessage
{
body
:
{
cellIndex
:
number
;
cellSource
:
string
}
;
type
:
"overwrite-cell"
;
}
Index
Properties
body
type
Properties
body
body
:
{
cellIndex
:
number
;
cellSource
:
string
}
type
type
:
"overwrite-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...
Overwrite cell source (MCP tool support)