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