Trevixal API
    Preparing search index...

    Interface NodeViewProps

    Props handed to a React node-view component rendered inside the document.

    interface NodeViewProps {
        editor: Editor;
        node: EditorNode;
        updateAttrs: (attrs: Record<string, unknown>) => void;
    }
    Index
    editor: Editor
    node: EditorNode
    updateAttrs: (attrs: Record<string, unknown>) => void

    Merge new attributes into this node via a regular transaction.