Skip to main content

Interface: Controller

Extends

  • HTMLElement

Accessors

timelineMarkers

Get Signature

get timelineMarkers(): TimelineMarker[]

Markers rendered on the seek bar timeline, normalized to epoch ms times.

Returns

TimelineMarker[]

Set Signature

set timelineMarkers(markers): void

Replaces the markers rendered on the seek bar timeline. Marker times are wall-clock times (epoch ms, ISO 8601 string or Date); markers outside the timeshift window are ignored until they slide into view.

Parameters
markers

TimelineMarkerInput[]

Returns

void