.. role:: clio-optional
   :class: clio-flag clio-flag-optional


####################
TabChangeEventDetail
####################

.. js:class:: ui.tabs.TabChangeEventDetail

   Event detail for tab selection changes.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~ui.tabs.TabChangeEventDetail.selectedIndex`
   * :js:data:`~ui.tabs.TabChangeEventDetail.selectedValue`
   
   



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

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


.. js:data:: ui.tabs.TabChangeEventDetail.selectedIndex

      .. rst-class:: sig-pretty-signature
      
         | selectedIndex: *number*
      
      The index of the newly selected tab
      



.. js:data:: ui.tabs.TabChangeEventDetail.selectedValue

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | selectedValue: *string*
      
      The value of the newly selected tab, if provided
      




