Options
All
  • Public
  • Public/Protected
  • All
Menu

The state object for UndoPlugin

Hierarchy

  • UndoPluginState

Index

Properties

autoCompleteInsertPoint

autoCompleteInsertPoint: DOMInsertPoint

Insert point after last auto complete. Undo autoComplete only works if the current position matches this one

isNested

isNested: boolean

If addUndoSnapshot() or formatContentModel() is called nested in another one, this will be true

isRestoring

isRestoring: boolean

Whether restoring of undo snapshot is in progress.

lastKeyPress

lastKeyPress: string

Last key user pressed

snapshotsManager

snapshotsManager: SnapshotsManager

Snapshot service for undo, it helps handle snapshot add, remove and retrieve

Generated using TypeDoc