Interface

UseTimelineHistoryResult

Result returned by `useTimelineHistory`.

Signature

Type Definition
Interface UseTimelineHistoryResult

Properties

NameSignatureDescription
canRedocanRedo: booleanWhether a redo snapshot is available.
canUndocanUndo: booleanWhether an undo snapshot is available.
redo(): TimelineCommandResultReapplies the next timeline history snapshot.
undo(): TimelineCommandResultRestores the previous timeline history snapshot.