
#############
SheetListNode
#############

.. js:class:: wvc.SheetListNode

   A node element representing a single sheet entry in the sheet list.
   
   .. rubric:: Examples
   
   
   .. code-block:: html
   
      <hoops-sheet-list-node nodeId="42" nodeName="Sheet 1"></hoops-sheet-list-node>
   
   .. rubric:: Custom Element
   
   
   ``hoops-sheet-list-node``
   
   .. rubric:: Attributes
   
   
   **nodeId**
   
   
      The sheet node id in the model
   
   
   **nodeName**
   
   
      Display name of the sheet
   
   
   .. rubric:: Since
   
   
   ``2026.3.0``
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.SheetListNode.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.SheetListNode.nodeId`
   * :js:data:`~wvc.SheetListNode.nodeName`
   * :js:data:`~wvc.SheetListNode.selected`
   
   



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

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


.. js:method:: wvc.SheetListNode.constructor

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



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

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


.. js:data:: wvc.SheetListNode.nodeId

      .. rst-class:: sig-pretty-signature
      
         | nodeId: *number*
      
      The sheet node id.
      



.. js:data:: wvc.SheetListNode.nodeName

      .. rst-class:: sig-pretty-signature
      
         | nodeName: *string*
      
      The display name of the sheet.
      



.. js:data:: wvc.SheetListNode.selected

      .. rst-class:: sig-pretty-signature
      
         | selected: *boolean*
      
      Whether the node is visually selected.
      




