
##########################
HoopsSnapshotButtonElement
##########################

.. js:class:: wvc.HoopsSnapshotButtonElement

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.HoopsSnapshotButtonElement.constructor`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wvc.HoopsSnapshotButtonElement.render`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wvc.HoopsSnapshotButtonElement.constructor

      .. rst-class:: sig-pretty-signature
      
         | HoopsSnapshotButtonElement(): :js:class:`HoopsSnapshotButtonElement <wvc.HoopsSnapshotButtonElement>`
      
      **Returns**\ : :js:class:`HoopsSnapshotButtonElement <wvc.HoopsSnapshotButtonElement>`
      



.. rst-class:: kind-group kind-methods

.. rubric:: Methods
   :class: kind-group-title


.. js:method:: wvc.HoopsSnapshotButtonElement.render

      .. rst-class:: sig-pretty-signature
      
         | 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*
      




