Class AbstractHistory

Abstract class for all history implementations.

Hierarchy

  • AbstractHistory

Implements

Constructors

Properties

_commands: Record<string, typeof EmptyCommand> = {}
config?: Config
editor: Editor
historyDisabled: boolean
idCounter: number
lastCmdTime: number
redos: Command[]
timeDifferenceLimit: number

The time difference limit between two commands to be considered as a single command.

Default

500
undos: Command[]

Methods

Generated using TypeDoc