Optional
ariaWCAG20 standard for defining info about the component (usually the name)
Optional
cssThe CSS classes of the component. This is usually the class from where the component takes its styling.
Optional
cssAdditional CSS classes of the component.
Optional
cssA prefix to prepend all CSS classes with.
Optional
disabledSpecifies if the component is enabled (interactive) or not. Default: false
Optional
enableUsed to enable/disable seek preview
Optional
hiddenSpecifies if the component should be hidden at startup. Default: false
Optional
idThe HTML ID of the component. Default: automatically generated with pattern 'ui-id-{guid}'.
Optional
keyUsed for seekBar control increments and decrements
Optional
labelThe label above the seek position.
Optional
roleSpecifies the component role for WCAG20 standard
Optional
smoothThe interval in milliseconds in which the playback position on the seek bar will be updated. The shorter the interval, the smoother it looks and the more resource intense it is. The update interval will be kept as steady as possible to avoid jitter. Set to -1 to disable smooth updating and update it on player TimeChanged events instead. Default: 50 (50ms = 20fps).
Optional
snappingUsed to enable/disable snapping to markers on the seek bar when seeking near them. Default: true
Optional
snappingDefines tolerance for snapping to markers, if snapping to seek bar markers is enabled.
Optional
tabWCAG20 requirement for screen reader navigation
Optional
tagThe HTML tag name of the component. Default: 'div'
Optional
verticalBar will be vertical instead of horizontal if set to true.
Configuration interface for the SeekBar component.