Trevixal API
Preparing search index...
@trevixal/react
EditorContentProps
Interface EditorContentProps
interface
EditorContentProps
{
autofocus
?:
boolean
;
className
?:
string
;
editable
?:
boolean
;
editor
:
Editor
|
null
;
nodeViews
?:
Readonly
<
Record
<
string
,
ComponentType
<
NodeViewProps
>
>
>
;
placeholder
?:
string
;
}
Index
Properties
autofocus?
class
Name?
editable?
editor
node
Views?
placeholder?
Properties
Optional
Readonly
autofocus
autofocus
?:
boolean
Optional
Readonly
class
Name
className
?:
string
Optional
Readonly
editable
editable
?:
boolean
Readonly
editor
editor
:
Editor
|
null
Optional
Readonly
node
Views
nodeViews
?:
Readonly
<
Record
<
string
,
ComponentType
<
NodeViewProps
>
>
>
React components rendered as node views (via portals into the document).
Optional
Readonly
placeholder
placeholder
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autofocus
class
Name
editable
editor
node
Views
placeholder
Trevixal API
Loading...
React components rendered as node views (via portals into the document).