ApplyChangesResult
Defined in: packages/engine/src/engine/DocumentModel.ts:120
Result of applying changes to the document model.
Properties
Section titled “Properties”inserted
Section titled “inserted”inserted: number[];Defined in: packages/engine/src/engine/DocumentModel.ts:122
Line IDs of newly inserted lines.
removed
Section titled “removed”removed: number[];Defined in: packages/engine/src/engine/DocumentModel.ts:124
Line IDs that were removed.