Datalayer VS Code Extension - v0.0.9
Preparing search index...
types/messages
GetFileDataRequestMessage
Interface GetFileDataRequestMessage
Request file data from webview
interface
GetFileDataRequestMessage
{
body
:
Record
<
string
,
never
>
;
requestId
:
string
;
type
:
"getFileData"
;
}
Index
Properties
body
request
Id
type
Properties
body
body
:
Record
<
string
,
never
>
Empty payload
request
Id
requestId
:
string
Request ID for correlation
type
type
:
"getFileData"
Message type discriminator
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
request
Id
type
Datalayer VS Code Extension - v0.0.9
Loading...
Request file data from webview