Options
Menu

Interface SeekbarProps

Hierarchy

  • SeekbarProps

Index

Properties

Optional disabled

disabled: undefined | false | true

whether this seekbar is disabled or not

duration

duration: number

maximum value of the seekbar slider [ms]

Optional onSeek

onSeek: undefined | ((position: number) => void)

called when the current value is updated

Optional onSeekEnd

onSeekEnd: undefined | (() => void)

called when seek ends

Optional onSeekStart

onSeekStart: undefined | (() => void)

called when seek starts

position

position: number

current value of the seekbar slider [ms]

Optional styles

styles: SliderStyles

CSS style values for the seekbar