NV NVIDIA Elements Catalog Starters Repo System Themes Getting Started Getting Started Installation CLI MCP Skills Lint Integrations Getting Started Angular Bundles CDN Custom Elements Eleventy Golang HTMX + Go Hugo Import Maps Lit Lit Library MCP Apps NextJS Nuxt Preact React SolidJS Svelte TypeScript Vue About What’s New Changelog Metrics Support Accessibility Contributions Requests Migration Foundations Overview Typography Iconography Themes Design Tokens Size & Space Objects Interactions Support Status Color Animation Fonts Layers Custom Layout Horizontal Vertical Grid Popovers i18n Visualization View Transitions DESIGN.md Elements Accordion Alert Avatar Badge Breadcrumb Button Button Group Card Chat Message Checkbox Codeblock Color Combobox Copy Button Datagrid Integrations Column Action Column Alignment Column Fixed Column width Container Card Display Settings Footer Heatmap Keynav Multi Select Pagination Panel Detail Panel Grid Performance Placeholder Row Action Row Groups Row Sort Scroll Height Single Select Stripe Date Datetime Dialog Divider Dot Drawer Dropdown Dropdown Group Dropzone File Format Bytes Format Datetime Format Number Format Relative Time Forms Validation Actions Control Gauge Icon Icon Button Input Input Group Logo Markdown Markdown CSS Media Controller Media Pause Button Media Playback Rate Select Media Mute Button Media Seek Button Media Time Range Media Volume Range Media Full-screen Button Menu Month Monaco Input Monaco Diff Input Monaco Editor Monaco Diff Editor Monaco Problems Notification Page Page Header Page Loader Pagination Progressive Filter Chip Progress Bar Progress Ring Password Preferences Input Pulse Radio Range Resize Handle Search Select Skeleton Sort Button Sparkline Star Rating Steps Switch Tabs Tag Textarea Time Toast Toggletip Toolbar Tooltip Tree Week Patterns Authentication Browse Chat Dashboard Editor Empty States Heatmap Keyboard Shortcut Logging Media Navigation Onboarding Panel Responsive Search Subheader Trend Labs Responsive Layout Viewport Container Patterns Forms API Design Properties & Attributes Slots Registration CustomEvents Stateless Composition Styles Packaging Glossary Logs Internal Guidelines Agent Harness Agent Tooling Agent Ownership Documentation Examples TypeScript Testing Unit Testing Accessibility Testing Lighthouse Testing SSR Testing Visual Testing Troubleshooting Component Creation Internal Examples All Examples

Media Seek Button

beta:  2.3.0 Coverage: 93.10% Bundle: 10kb Lighthouse: 100 Axe Core Released: 0.0.0
Overview API

<nve-media-seek-button>

Properties

Property Attribute Description Values interestForElement interestfor
command command
string
commandForElement commandfor
popoverTargetAction popovertargetaction

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
popoverTargetElement popovertarget

Establishes a relationship between a popover and its invoker button. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/popoverTargetElement

current current

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
selected selected

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
disabled disabled

Prevents the user from interacting with the button. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-disabled

true
false
name name

The name of the button, submitted as a pair with the button value as part of the form data. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-name

string
form form

Associates the button with a form. Set the property to a form element or its ID. The HTML attribute accepts only the form ID. Reading the property returns the associated form element or null. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/form

readOnly readonly

Indicates whether the element is a noninteractive visual treatment instead of a button. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly

true
false
expanded expanded
true
false
pressed pressed
true
false
i18n i18n

Enables updating internal string values for internationalization.

type type

Defines the button behavior when associated within a form element. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type

valueAsNumber none
value value

Defines the value associated with the button name when submitting form data. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-value

string
action action
start
backward
forward
end

Slots

Slot Description default

Optional custom icon content.

CSS Properties

Css-property Description --padding --width --height --border-radius --border --color --background

CSS Parts

Css-part Description icon

The fallback icon element.