Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
ReadAllCellsRequestMessage
Interface ReadAllCellsRequestMessage
Read all cells request (MCP tool support)
interface
ReadAllCellsRequestMessage
{
body
:
Record
<
string
,
never
>
;
requestId
:
string
;
type
:
"read-all-cells-request"
;
}
Index
Properties
body
request
Id
type
Properties
body
body
:
Record
<
string
,
never
>
request
Id
requestId
:
string
type
type
:
"read-all-cells-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 all cells request (MCP tool support)