<nve-media-pause-button>
Properties
The element that receives the interest. https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/interestForElement
The element that receives the command. https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API
The popover target action to perform on the popover target element. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/popoverTargetAction
show
hide
toggle
Establishes a relationship between a popover and its invoker button. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/popoverTargetElement
Sets the current state used to represent the current page or navigation link. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current
page
step
Sets selected state when the button belongs to a multi-choice selection group. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected
true
false
Use for buttons that expand or collapse content. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded
true
false
Use for toggle button types. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-pressed
true
false
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.
button
submit
reset
The current value parsed as a number.
number
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
The current form control value. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/value
string
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 value granularity for numeric inputs. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step
number
null
Defines the maximum numeric value. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/max
number
null
Defines the minimum numeric value. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/min
number
null
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
Toggles the checked state.
(event?: Event) => void
Indicates whether the checkbox is visually indeterminate. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/indeterminate
true
false
Shows whether the checkbox currently has a checked value. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#checked
true
false
Enables updating internal string values for internationalization.
The command to execute on the element. https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API
string
Slots
Optional custom icon content.
CSS Properties
CSS Parts
The fallback icon element.