Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
ReadAllCellsResponseMessage
Interface ReadAllCellsResponseMessage
Read all cells response (MCP tool support)
interface
ReadAllCellsResponseMessage
{
body
:
{
index
:
number
;
outputs
?:
string
[]
;
source
:
string
;
type
:
string
;
}
[]
;
requestId
:
string
;
type
:
"read-all-cells-response"
;
}
Index
Properties
body
request
Id
type
Properties
body
body
:
{
index
:
number
;
outputs
?:
string
[]
;
source
:
string
;
type
:
string
}
[]
request
Id
requestId
:
string
type
type
:
"read-all-cells-response"
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 all cells response (MCP tool support)