Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
ReadCellRequestMessage
Interface ReadCellRequestMessage
Read specific cell request (MCP tool support)
interface
ReadCellRequestMessage
{
body
:
{
cellIndex
:
number
}
;
requestId
:
string
;
type
:
"read-cell-request"
;
}
Index
Properties
body
request
Id
type
Properties
body
body
:
{
cellIndex
:
number
}
request
Id
requestId
:
string
type
type
:
"read-cell-request"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
request
Id
type
Datalayer VS Code Extension - v0.0.4
Loading...
Read specific cell request (MCP tool support)