Type Editor / @type-editor/dom-change-util / types/dom-change/DocumentChange
types/dom-change/DocumentChange
Interfaces
| Interface | Description |
|---|---|
Represents a change detected in the document by comparing old and new content. This interface describes the positions where content has changed, with separate end positions for the old document (endA) and new document (endB). DocumentChange Example typescript |