
#######################
HoopsToolsButtonElement
#######################

.. js:class:: wvc.HoopsToolsButtonElement

   Displays the toolbar button used to open the tools panel.
   
   .. rubric:: Examples
   
   
   .. code-block:: html
   
      <hoops-toolbar-tools color="accent"></hoops-toolbar-tools>
   
   .. rubric:: Custom Element
   
   
   ``hoops-toolbar-tools``
   
   .. rubric:: Attributes
   
   
   **color**
   
   
      Color style for the button
   
   
   .. rubric:: Since
   
   
   ``2025.7.0``
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.HoopsToolsButtonElement.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.HoopsToolsButtonElement.color`
   
   



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

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


.. js:method:: wvc.HoopsToolsButtonElement.constructor

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



.. rst-class:: kind-group kind-properties

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


.. js:data:: wvc.HoopsToolsButtonElement.color

      .. rst-class:: sig-pretty-signature
      
         | color: (*"default"* | *"accent"*\ )
      




