@jsvision/code-editor / CodeEditorControllerMutationEvent
Interface: CodeEditorControllerMutationEvent
Defined in: code-editor/src/controller.ts:88
Metadata for one accepted mutation after every document invariant has been updated.
Properties
after
readonlyafter:DocumentIdentity
Defined in: code-editor/src/controller.ts:94
Exact identity after the operation was applied.
before
readonlybefore:DocumentIdentity
Defined in: code-editor/src/controller.ts:92
Exact identity before the operation was applied.
origin
readonlyorigin:EditOrigin
Defined in: code-editor/src/controller.ts:90
Source of the accepted atomic operation.