Trevixal API
Preparing search index...
@trevixal/svelte
EditorActionOptions
Interface EditorActionOptions
Options for the
use:trevixalEditor
action.
interface
EditorActionOptions
{
autofocus
?:
boolean
;
editable
?:
boolean
;
editor
:
Editor
;
nodeViews
?:
Readonly
<
Record
<
string
,
NodeViewFactory
>
>
;
placeholder
?:
string
;
}
Index
Properties
autofocus?
editable?
editor
node
Views?
placeholder?
Properties
Optional
Readonly
autofocus
autofocus
?:
boolean
Optional
Readonly
editable
editable
?:
boolean
Readonly
editor
editor
:
Editor
Optional
Readonly
node
Views
nodeViews
?:
Readonly
<
Record
<
string
,
NodeViewFactory
>
>
Optional
Readonly
placeholder
placeholder
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autofocus
editable
editor
node
Views
placeholder
Trevixal API
Loading...
Options for the
use:trevixalEditoraction.