Datalayer VS Code Extension - v0.0.4
Preparing search index...
webview/stores/lexicalStore
LexicalState
Interface LexicalState
Lexical state interface
interface
LexicalState
{
collaborationConfig
:
CollaborationConfig
;
content
:
string
;
isEditable
:
boolean
;
isInitialLoad
:
boolean
;
isReady
:
boolean
;
reset
:
()
=>
void
;
setCollaborationConfig
:
(
config
:
CollaborationConfig
)
=>
void
;
setContent
:
(
content
:
string
)
=>
void
;
setIsEditable
:
(
editable
:
boolean
)
=>
void
;
setIsInitialLoad
:
(
isInitial
:
boolean
)
=>
void
;
setIsReady
:
(
ready
:
boolean
)
=>
void
;
setTheme
:
(
theme
:
"light"
|
"dark"
)
=>
void
;
theme
:
"light"
|
"dark"
;
}
Index
Properties
collaboration
Config
content
is
Editable
is
Initial
Load
is
Ready
reset
set
Collaboration
Config
set
Content
set
Is
Editable
set
Is
Initial
Load
set
Is
Ready
set
Theme
theme
Properties
collaboration
Config
collaborationConfig
:
CollaborationConfig
content
content
:
string
is
Editable
isEditable
:
boolean
is
Initial
Load
isInitialLoad
:
boolean
is
Ready
isReady
:
boolean
reset
reset
:
()
=>
void
set
Collaboration
Config
setCollaborationConfig
:
(
config
:
CollaborationConfig
)
=>
void
set
Content
setContent
:
(
content
:
string
)
=>
void
set
Is
Editable
setIsEditable
:
(
editable
:
boolean
)
=>
void
set
Is
Initial
Load
setIsInitialLoad
:
(
isInitial
:
boolean
)
=>
void
set
Is
Ready
setIsReady
:
(
ready
:
boolean
)
=>
void
set
Theme
setTheme
:
(
theme
:
"light"
|
"dark"
)
=>
void
theme
theme
:
"light"
|
"dark"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
collaboration
Config
content
is
Editable
is
Initial
Load
is
Ready
reset
set
Collaboration
Config
set
Content
set
Is
Editable
set
Is
Initial
Load
set
Is
Ready
set
Theme
theme
Datalayer VS Code Extension - v0.0.4
Loading...
Lexical state interface