Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-media-player
TimelineMarkersProps
Interface TimelineMarkersProps
interface
TimelineMarkersProps
{
activeMarkerId
?:
string
;
colors
:
MediaPlayerColors
;
containerWidth
:
number
;
duration
:
number
;
markers
:
TimelineMarkerData
[]
;
onMarkerClick
:
(
marker
:
TimelineMarkerData
)
=>
void
;
}
Index
Properties
active
Marker
Id?
colors
container
Width
duration
markers
on
Marker
Click
Properties
Optional
active
Marker
Id
activeMarkerId
?:
string
colors
colors
:
MediaPlayerColors
container
Width
containerWidth
:
number
duration
duration
:
number
markers
markers
:
TimelineMarkerData
[]
on
Marker
Click
onMarkerClick
:
(
marker
:
TimelineMarkerData
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Marker
Id
colors
container
Width
duration
markers
on
Marker
Click
Hiyve Components - v1.0.0
Loading...