Interface: PlaybackControlsOptions
Defined in: interaction/PlaybackControls.ts:12
Options for configuring PlaybackControls.
Extends
Properties
position?
optionalposition:ControlsPosition
Defined in: interaction/Controls.ts:23
Position of the controls panel. Defaults to 'top-right'.
Inherited from
showPlayPause?
optionalshowPlayPause:boolean
Defined in: interaction/PlaybackControls.ts:16
Show play/pause button. Defaults to true.
showSpeed?
optionalshowSpeed:boolean
Defined in: interaction/PlaybackControls.ts:18
Show playback speed control. Defaults to true.
showTimeline?
optionalshowTimeline:boolean
Defined in: interaction/PlaybackControls.ts:14
Show timeline scrubber. Defaults to true.
theme?
optionaltheme:ControlsTheme
Defined in: interaction/Controls.ts:25
Color theme. Defaults to 'dark'.
Inherited from
width?
optionalwidth:number
Defined in: interaction/Controls.ts:27
Panel width in pixels. Defaults to 250.