Trevixal API
    Preparing search index...

    Interface NodeViewProps

    Props handed to a Vue component rendered as a node view.

    interface NodeViewProps {
        editor: Editor;
        node: EditorNode;
        updateAttrs: (attrs: Attrs) => void;
    }
    Index
    editor: Editor
    node: EditorNode
    updateAttrs: (attrs: Attrs) => void

    Merge new attributes into this node through an ordinary transaction.