Preparing search index...
The search index is not available
jstide-common
jstide-common
ReactComponents
EditorProps
Interface EditorProps
interface
EditorProps
{
editorCss
?:
string
;
iframeClz
?:
string
;
initialContent
?:
string
;
onEditorChange
?:
OnEditorEventListened
;
onFocus
?:
(
(
)
=>
void
)
;
onPasteImage
?:
(
(
image
)
=>
void
)
;
onReady
?:
(
(
actions
,
editor
)
=>
void
)
;
}
Index
Properties
editor
Css?
iframe
Clz?
initial
Content?
on
Editor
Change?
on
Focus?
on
Paste
Image?
on
Ready?
Properties
Optional
editor
Css
editor
Css
?:
string
Optional
iframe
Clz
iframe
Clz
?:
string
Optional
initial
Content
initial
Content
?:
string
Optional
on
Editor
Change
on
Editor
Change
?:
OnEditorEventListened
Optional
on
Focus
on
Focus
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Paste
Image
on
Paste
Image
?:
(
(
image
)
=>
void
)
Type declaration
(
image
)
:
void
Parameters
image
:
File
Returns
void
Optional
on
Ready
on
Ready
?:
(
(
actions
,
editor
)
=>
void
)
Type declaration
(
actions
,
editor
)
:
void
Parameters
actions
:
EditorActions
editor
:
default
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
editor
Css
iframe
Clz
initial
Content
on
Editor
Change
on
Focus
on
Paste
Image
on
Ready
jstide-common
Loading...