Trevixal API
    Preparing search index...

    Interface EditorActionOptions

    Options for the use:trevixalEditor action.

    interface EditorActionOptions {
        autofocus?: boolean;
        editable?: boolean;
        editor: Editor;
        nodeViews?: Readonly<Record<string, NodeViewFactory>>;
        placeholder?: string;
    }
    Index
    autofocus?: boolean
    editable?: boolean
    editor: Editor
    nodeViews?: Readonly<Record<string, NodeViewFactory>>
    placeholder?: string