InfoButton

class wvc.InfoButton()

Displays an information icon button for viewer UI actions.

Examples

<hoops-info-button color="accent" size="sm"></hoops-info-button>

Custom Element

hoops-info-button

Attributes

tabindex

Keyboard tab order index for the button

role

ARIA role applied to the host

size

Size variant passed to the underlying icon button

color

Color style of the icon button

Since

2025.7.0

Index

Constructors

Properties

Constructors

wvc.InfoButton.constructor()
InfoButton(): InfoButton

Returns: InfoButton

Properties

wvc.InfoButton.color
color: (“default” | “accent”)
wvc.InfoButton.role
role: string
wvc.InfoButton.size
size: string
wvc.InfoButton.tabindex
tabindex: string