Skip to content

RedoChange

RedoChange = object

Defined in: packages/editor/src/types/editor.ts:297

The editor performed redo history step

Properties

patches

patches: Patch[]

Defined in: packages/editor/src/types/editor.ts:299


timestamp

timestamp: Date

Defined in: packages/editor/src/types/editor.ts:300


type

type: "redo"

Defined in: packages/editor/src/types/editor.ts:298