Skip to content

Type Editor


Type Editor / @type-editor/model / types/dom-parser/DOMParseContext

types/dom-parser/DOMParseContext

Interfaces

InterfaceDescription

DOMParseContext

Interface for parsing context that manages the state during DOM to ProseMirror conversion.

Remarks

The parse context maintains a stack of node contexts and handles the conversion of DOM nodes into ProseMirror nodes while respecting schema constraints and parse rules.