I
HistoryEntry
testedOne undoable change: the steps it applied, their inverses, and the selection before and after. Undo replays `inverted` (reversed); redo replays `steps`.
Signature
ts
interface HistoryEntryProperties
| Property | Type | Description |
|---|---|---|
stepsreadonly | readonly Step[] | — |
invertedreadonly | readonly Step[] | — |
selectionBeforereadonly | Selection | — |
selectionAfterreadonly | Selection | — |