Skip to main content

Interface: PlaybackControlsOptions

Defined in: interaction/PlaybackControls.ts:12

Options for configuring PlaybackControls.

Extends

Properties

position?

optional position: ControlsPosition

Defined in: interaction/Controls.ts:23

Position of the controls panel. Defaults to 'top-right'.

Inherited from

ControlsOptions.position


showPlayPause?

optional showPlayPause: boolean

Defined in: interaction/PlaybackControls.ts:16

Show play/pause button. Defaults to true.


showSpeed?

optional showSpeed: boolean

Defined in: interaction/PlaybackControls.ts:18

Show playback speed control. Defaults to true.


showTimeline?

optional showTimeline: boolean

Defined in: interaction/PlaybackControls.ts:14

Show timeline scrubber. Defaults to true.


theme?

optional theme: ControlsTheme

Defined in: interaction/Controls.ts:25

Color theme. Defaults to 'dark'.

Inherited from

ControlsOptions.theme


width?

optional width: number

Defined in: interaction/Controls.ts:27

Panel width in pixels. Defaults to 250.

Inherited from

ControlsOptions.width