HoopsSnapshotButtonElement

class wvc.HoopsSnapshotButtonElement()

Index

Constructors

Methods

Constructors

wvc.HoopsSnapshotButtonElement.constructor()
HoopsSnapshotButtonElement(): HoopsSnapshotButtonElement

Returns: HoopsSnapshotButtonElement

Methods

wvc.HoopsSnapshotButtonElement.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