Datalayer VS Code Extension - v0.0.4
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
>
request
Id
requestId
:
string
type
type
:
"getFileData"
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...
Request file data from webview