Interface

UseTimelineEditModeResult

Result returned by `useTimelineEditMode`.

Signature

Type Definition
Interface UseTimelineEditModeResult

Properties

NameSignatureDescription
modemode: TimelineEditModeCurrent editor edit mode for product chrome.
resetMode(): voidRestores selection mode.
selectingselecting: booleanWhether the selected mode is the default selection mode.
setMode(mode: TimelineEditMode): voidUpdates the current edit mode.