InfoButton

class wvc.InfoButton()

Index

Constructors

Properties

Methods

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

Methods

wvc.InfoButton.render()
render(): unknown

Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html’s ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

Returns: unknown