Datalayer VS Code Extension - v0.0.14
Preparing search index...
services/lsp/types
LSPDocumentSyncRequest
Interface LSPDocumentSyncRequest
Sync cell content changes to virtual document
interface
LSPDocumentSyncRequest
{
cellId
:
string
;
content
:
string
;
type
:
"lsp-document-sync"
;
version
:
number
;
}
Index
Properties
cell
Id
content
type
version
Properties
cell
Id
cellId
:
string
content
content
:
string
type
type
:
"lsp-document-sync"
version
version
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cell
Id
content
type
version
Datalayer VS Code Extension - v0.0.14
Loading...
Sync cell content changes to virtual document