Interface

TimelineClipNavigationOptions

Options for constant-DOM canvas clip navigation.

Signature

Type Definition
Interface TimelineClipNavigationOptions

Type parameters

NameConstraintDefaultDescription
TrackKindNonestringNo type parameter summary yet.

Properties

NameSignatureDescription
getClipAriaDescription?(clip: Clip, track: Track<TrackKind>): stringOptional accessible description formatter for a canvas-rendered clip.
getClipAriaLabel?(clip: Clip, track: Track<TrackKind>): stringOptional accessible label formatter for a canvas-rendered clip.
initialClipId?initialClipId?: string | nullInitial active clip id. Defaults to selected clip, then the first clip.
selectOnNavigate?selectOnNavigate?: booleanWhether navigation also selects the active clip in the engine. Defaults to false.
wrap?wrap?: booleanWhether next/previous navigation wraps around the clip list. Defaults to true.