
###############################
CadConfigurationListItemElement
###############################

.. js:class:: wvc.CadConfigurationListItemElement

   A custom element representing an item in the CAD configuration list.
   
   This component displays a CAD configuration with its active state and interactive controls. It does not have any dependency on the @ts3d-hoops/web-viewer Model class.
   
   .. rubric:: Examples
   
   
   .. code-block:: html
   
      <hoops-cad-configuration-list-item cadConfigurationId="1" cadConfigurationName="Config A"></hoops-cad-configuration-list-item>
      <hoops-cad-configuration-list-item cadConfigurationId="2" cadConfigurationName="Config B" active></hoops-cad-configuration-list-item>
   
   .. rubric:: Custom Element
   
   
   ``hoops-cad-configuration-list-item``
   
   .. rubric:: Attributes
   
   
   **cadConfigurationId**
   
   
      The id of the CAD configuration in the model
   
   
   **cadConfigurationName**
   
   
      The name of the CAD configuration
   
   
   **active**
   
   
      Whether the CAD configuration is active or not
   
   
   .. rubric:: Since
   
   
   ``2025.8.0``
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.CadConfigurationListItemElement.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.CadConfigurationListItemElement.active`
   * :js:data:`~wvc.CadConfigurationListItemElement.cadConfigurationId`
   * :js:data:`~wvc.CadConfigurationListItemElement.cadConfigurationName`
   
   



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

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


.. js:method:: wvc.CadConfigurationListItemElement.constructor

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



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

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


.. js:data:: wvc.CadConfigurationListItemElement.active

      .. rst-class:: sig-pretty-signature
      
         | active: *boolean*
      
      Whether the CAD configuration is active or not.
      



.. js:data:: wvc.CadConfigurationListItemElement.cadConfigurationId

      .. rst-class:: sig-pretty-signature
      
         | cadConfigurationId: *number*
      
      The id of the CAD configuration to render.
      



.. js:data:: wvc.CadConfigurationListItemElement.cadConfigurationName

      .. rst-class:: sig-pretty-signature
      
         | cadConfigurationName: *string*
      
      The name of the CAD configuration to render.
      




