Datalayer VS Code Extension - v0.0.4
Preparing search index...
webview/stores/notebookStore
NotebookState
Interface NotebookState
Notebook state interface
interface
NotebookState
{
documentId
?:
string
;
isDatalayerNotebook
:
boolean
;
isInitialized
:
boolean
;
nbformat
:
unknown
;
notebookId
:
string
;
reset
:
()
=>
void
;
selectedRuntime
?:
RuntimeWithCredits
;
serverUrl
?:
string
;
setDocumentId
:
(
id
:
string
)
=>
void
;
setIsDatalayerNotebook
:
(
isDatalayer
:
boolean
)
=>
void
;
setIsInitialized
:
(
initialized
:
boolean
)
=>
void
;
setNbformat
:
(
nbformat
:
unknown
)
=>
void
;
setNotebookId
:
(
id
:
string
)
=>
void
;
setRuntime
:
(
runtime
:
RuntimeWithCredits
)
=>
void
;
setServerUrl
:
(
url
:
string
)
=>
void
;
setTheme
:
(
theme
:
"light"
|
"dark"
)
=>
void
;
setToken
:
(
token
:
string
)
=>
void
;
theme
:
"light"
|
"dark"
;
token
?:
string
;
}
Index
Properties
document
Id?
is
Datalayer
Notebook
is
Initialized
nbformat
notebook
Id
reset
selected
Runtime?
server
Url?
set
Document
Id
set
Is
Datalayer
Notebook
set
Is
Initialized
set
Nbformat
set
Notebook
Id
set
Runtime
set
Server
Url
set
Theme
set
Token
theme
token?
Properties
Optional
document
Id
documentId
?:
string
is
Datalayer
Notebook
isDatalayerNotebook
:
boolean
is
Initialized
isInitialized
:
boolean
nbformat
nbformat
:
unknown
notebook
Id
notebookId
:
string
reset
reset
:
()
=>
void
Optional
selected
Runtime
selectedRuntime
?:
RuntimeWithCredits
Optional
server
Url
serverUrl
?:
string
set
Document
Id
setDocumentId
:
(
id
:
string
)
=>
void
set
Is
Datalayer
Notebook
setIsDatalayerNotebook
:
(
isDatalayer
:
boolean
)
=>
void
set
Is
Initialized
setIsInitialized
:
(
initialized
:
boolean
)
=>
void
set
Nbformat
setNbformat
:
(
nbformat
:
unknown
)
=>
void
set
Notebook
Id
setNotebookId
:
(
id
:
string
)
=>
void
set
Runtime
setRuntime
:
(
runtime
:
RuntimeWithCredits
)
=>
void
set
Server
Url
setServerUrl
:
(
url
:
string
)
=>
void
set
Theme
setTheme
:
(
theme
:
"light"
|
"dark"
)
=>
void
set
Token
setToken
:
(
token
:
string
)
=>
void
theme
theme
:
"light"
|
"dark"
Optional
token
token
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
document
Id
is
Datalayer
Notebook
is
Initialized
nbformat
notebook
Id
reset
selected
Runtime
server
Url
set
Document
Id
set
Is
Datalayer
Notebook
set
Is
Initialized
set
Nbformat
set
Notebook
Id
set
Runtime
set
Server
Url
set
Theme
set
Token
theme
token
Datalayer VS Code Extension - v0.0.4
Loading...
Notebook state interface