Skip to content

RedoChange

RedoChange = object

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

The editor performed redo history step

Properties

patches

patches: Patch[]

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


timestamp

timestamp: Date

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


type

type: "redo"

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