Interface

TimelineSelectionState

Selected clip and track state derived from the current timeline snapshot.

Signature

Type Definition
Interface TimelineSelectionState

Type parameters

NameConstraintDefaultDescription
TrackKindNonestringApp-defined track kind.

Properties

NameSignatureDescription
selectedClipselectedClip: Clip | nullCurrently selected clip, or null when no clip is selected.
selectedClipIdselectedClipId: string | nullID of the currently selected clip, or null when no clip is selected.
selectedClipTrackIdselectedClipTrackId: string | nullID of the track containing the selected clip, or null when no clip is selected.
selectedTrackselectedTrack: Track<TrackKind> | nullCurrently selected track, or null when no track row is selected.
selectedTrackIdselectedTrackId: string | nullID of the currently selected track, or null when no track row is selected.