Trevixal API
    Preparing search index...

    Interface EditorContentProps

    interface EditorContentProps {
        autofocus?: boolean;
        className?: string;
        editable?: boolean;
        editor: Editor | null;
        nodeViews?: Readonly<Record<string, ComponentType<NodeViewProps>>>;
        placeholder?: string;
    }
    Index
    autofocus?: boolean
    className?: string
    editable?: boolean
    editor: Editor | null
    nodeViews?: Readonly<Record<string, ComponentType<NodeViewProps>>>

    React components rendered as node views (via portals into the document).

    placeholder?: string