<nve-media-time-range>
Properties
Resets the control value to its initial value.
() => void
Sets a custom validation message. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setCustomValidity
(message: string) => void
Checks whether the control satisfies its constraints. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/checkValidity
() => boolean
Reports whether the control satisfies its constraints. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/reportValidity
() => boolean
Text content from labels associated with the control.
string
Labels associated with the control. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/labels
The control type.
string
The current value serialized as a string.
string
The validation message shown when the control is invalid. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/validationMessage
string
The control validity state. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/validity
Indicates whether the control participates in constraint validation. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/willValidate
true
false
The form associated with the control. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/form
Disables constraint validation for this control. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/novalidate
true
false
The name submitted with the control value as part of the form data. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/name
string
Defines the maximum text length. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/maxlength
number
Defines the minimum text length. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/minlength
number
Defines the pattern that text values must match. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern
string
Requires a value before the parent form can submit. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/required
true
false
Prevents the user from interacting with the control. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
true
false
Prevents the user from changing the control value. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly
true
false
The initial value used when the parent form resets.
string
The current slider value as a number. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/valueAsNumber
number
The current slider value. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#value
number
Defines the slider value granularity. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#step
number
Defines the minimum slider value. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#min
number
Defines the maximum slider value. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#max
number
Enables updating internal string values for internationalization.
Ordered, disjoint buffered media time spans in seconds. Controller state overrides this value while connected.
readonly MediaTimeSpan[]
string
null
string