InfoButton
-
class
wvc.InfoButton()
Constructors
-
wvc.InfoButton.constructor() - InfoButton():
InfoButtonReturns:
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 aTemplateResult. Setting properties inside this method will not trigger the element to update.Returns: unknown