The DOM node that should hold the node's content. Only meaningful
if the node view also defines a dom property and if its node
type is not a leaf node type. When this is present, ProseMirror
will take care of rendering the node's children into it. When it
is not present, the node view itself is responsible for rendering
(or deciding not to render) its child nodes.
defaultCellMinWidth
defaultCellMinWidth:number
dom
dom:HTMLDivElement
The outer DOM node that represents the document node.
node
node:Node
table
table:HTMLTableElement
Methods
ignoreMutation
ignoreMutation(record:ViewMutationRecord):boolean
Called when a mutation happens within the
view. Return false if the editor should re-read the selection or re-parse
the range around the mutation, true if it can safely be ignored.
The DOM node that should hold the node's content. Only meaningful if the node view also defines a
domproperty and if its node type is not a leaf node type. When this is present, ProseMirror will take care of rendering the node's children into it. When it is not present, the node view itself is responsible for rendering (or deciding not to render) its child nodes.