Abstract
Protected
Readonly
_pointerProtected
Readonly
_rangeOptional
activeOptional
errorOptional
fullscreenOptional
playbackOptional
playerOptional
previewOptional
streamOptional
targetReadonly
theoplayerThe names of the properties this element will receive.
Whether the range is disabled.
When disabled, the slider value cannot be changed, and the slider thumb is hidden.
The maximum allowed value.
The minimum allowed value.
The granularity at which the value can change.
If set to "any"
, the value can change with arbitrary precision.
The current value.
Static
observedProtected
_upgradeProtected
Abstract
getThe value for the aria-label
attribute of the <input type="range">
element.
Protected
Abstract
getThe value for the aria-valuetext
attribute of the <input type="range">
element.
Protected
getBuild the color gradient for the range bar. Creating an array so progress-bar can insert the buffered bar.
Protected
getProtected
handleProtected
handleProtected
updateOptional
useCachedWidth: booleanProtected
update
A slider to select a value from a range.
Attribute
disabled
- Whether the range is disabled. When disabled, the slider value cannot be changed, and the slider thumb is hidden.