Type Editor / @type-editor/dom-change-util / types/dom-change/ParseBetweenResult
types/dom-change/ParseBetweenResult
Interfaces
| Interface | Description |
|---|---|
Represents the result of parsing a DOM range into a ProseMirror document. This interface encapsulates all information extracted from parsing a DOM range, including the parsed document content and reconstructed selection state. ParseBetweenResult Example typescript |