ActionsRecorderEntryEditorSnapshot
interface
Represents the state snapshot of the editor at a specific point in time.
Properties
-
documentVersion : number
module:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#documentVersion
The document version. See
version
. -
editorFocused : boolean
module:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#editorFocused
True if document is focused. See
isFocused
. -
editorReadOnly : boolean
module:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#editorReadOnly
Whether the editor is in the read-only mode. See
isReadOnly
. -
modelSelection : any
module:watchdog/actionsrecorderconfig~ActionsRecorderEntryEditorSnapshot#modelSelection
The current model selection. See
selection
.