
######################
HoopsToolsGroupElement
######################

.. js:class:: wvc.HoopsToolsGroupElement

   Provides an accordion wrapper for tool groups in the tools panel.
   
   .. rubric:: Examples
   
   
   .. code-block:: html
   
      <hoops-tools-group label="Selection">
        <div>Group content</div>
      </hoops-tools-group>
   
   .. rubric:: Custom Element
   
   
   ``hoops-tools-group``
   
   .. rubric:: Attributes
   
   
   **label**
   
   
      Header text displayed for the group
   
   
   .. rubric:: Slots
   
   
   **toolbar**
   
   
      Slot for group toolbar actions
   
   
   **- Slot for group content**
   
   .. rubric:: Since
   
   
   ``2025.7.0``
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.HoopsToolsGroupElement.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.HoopsToolsGroupElement.label`
   
   



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

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


.. js:method:: wvc.HoopsToolsGroupElement.constructor

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



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

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


.. js:data:: wvc.HoopsToolsGroupElement.label

      .. rst-class:: sig-pretty-signature
      
         | label: *string*
      




