Datalayer VS Code Extension - v0.0.14
Preparing search index...
services/lsp/types
LSPDocumentOpenRequest
Interface LSPDocumentOpenRequest
Open a new virtual document for a cell
interface
LSPDocumentOpenRequest
{
cellId
:
string
;
content
:
string
;
language
:
CellLanguage
;
notebookId
:
string
;
source
?:
"notebook"
|
"lexical"
;
type
:
"lsp-document-open"
;
}
Index
Properties
cell
Id
content
language
notebook
Id
source?
type
Properties
cell
Id
cellId
:
string
content
content
:
string
language
language
:
CellLanguage
notebook
Id
notebookId
:
string
Optional
source
source
?:
"notebook"
|
"lexical"
type
type
:
"lsp-document-open"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cell
Id
content
language
notebook
Id
source
type
Datalayer VS Code Extension - v0.0.14
Loading...
Open a new virtual document for a cell