.. role:: ts-api-decorator

##############
StateGroupInfo
##############

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   .. js:class:: StateGroupInfo

      Information about a data state group. 

      Each group contains an array of state ids, ``stateIdArr``, which can be set in ``ModelSpec.stateIdArray``.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.ug.StateGroupInfo.id`
   * :js:attr:`~cee.ug.StateGroupInfo.name`
   * :js:attr:`~cee.ug.StateGroupInfo.stateIdArr`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: StateGroupInfo.id

      :type: number

      The id of the state group.



.. container:: ts-api-section

   .. js:attribute:: StateGroupInfo.name

      :type: string

      The name of the state group.



.. container:: ts-api-section

   .. js:attribute:: StateGroupInfo.stateIdArr

      :type: [number]

      All the state ids of the state group.



