Signature
Interface TimelineSelectionStateType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
TrackKind | None | string | App-defined track kind. |
Properties
| Name | Signature | Description |
|---|---|---|
selectedClip | selectedClip: Clip | null | Currently selected clip, or null when no clip is selected. |
selectedClipId | selectedClipId: string | null | ID of the currently selected clip, or null when no clip is selected. |
selectedClipTrackId | selectedClipTrackId: string | null | ID of the track containing the selected clip, or null when no clip is selected. |
selectedTrack | selectedTrack: Track<TrackKind> | null | Currently selected track, or null when no track row is selected. |
selectedTrackId | selectedTrackId: string | null | ID of the currently selected track, or null when no track row is selected. |