Search Docs
Loading...
Skip to content

Type Alias: VideoTimelineControlsBarComponentId

type VideoTimelineControlsBarComponentId =
| "ly.img.separator"
| "ly.img.spacer"
| "ly.img.video.timeline.background"
| "ly.img.video.timeline.split"
| "ly.img.video.timeline.playbackInfo"
| "ly.img.video.timeline.playPause"
| "ly.img.video.timeline.loop"
| "ly.img.video.timeline.zoom"
| "ly.img.video.timeline.toggle"
| string & object;

Represents the ID of a video timeline controls bar component.

The VideoTimelineControlsBarComponentId type defines the possible IDs for components that can be used in the video timeline controls bar. It includes predefined IDs for separators, spacers, and the default timeline controls, as well as a catch-all type for custom IDs.