Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
renderer/components/lexical/LexicalEditor
LexicalEditorProps
Interface LexicalEditorProps
Properties for the LexicalEditor component
interface
LexicalEditorProps
{
className
?:
string
;
collaboration
?:
CollaborationConfig
;
editable
?:
boolean
;
initialContent
?:
string
;
onContentChange
?:
(
content
:
string
)
=>
void
;
onRuntimeSelected
?:
(
runtime
:
null
|
RuntimeJSON
)
=>
void
;
onSave
?:
(
content
:
string
)
=>
void
;
runtimePodName
?:
string
;
}
Index
Properties
class
Name?
collaboration?
editable?
initial
Content?
on
Content
Change?
on
Runtime
Selected?
on
Save?
runtime
Pod
Name?
Properties
Optional
class
Name
className
?:
string
Optional
collaboration
collaboration
?:
CollaborationConfig
Optional
editable
editable
?:
boolean
Optional
initial
Content
initialContent
?:
string
Optional
on
Content
Change
onContentChange
?:
(
content
:
string
)
=>
void
Optional
on
Runtime
Selected
onRuntimeSelected
?:
(
runtime
:
null
|
RuntimeJSON
)
=>
void
Optional
on
Save
onSave
?:
(
content
:
string
)
=>
void
Optional
runtime
Pod
Name
runtimePodName
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
collaboration
editable
initial
Content
on
Content
Change
on
Runtime
Selected
on
Save
runtime
Pod
Name
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...
Properties for the LexicalEditor component