ActionsRecorderEntryEditorSnapshot
interface
Represents the state snapshot of the editor at a specific point in time.
Properties
documentVersion : numbermodule:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#documentVersionThe document version. See
version.editorFocused : booleanmodule:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#editorFocusedTrue if document is focused. See
isFocused.editorReadOnly : booleanmodule:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#editorReadOnlyWhether the editor is in the read-only mode. See
isReadOnly.modelSelection : anymodule:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#modelSelectionThe current model selection. See
selection.