.. role:: ts-api-decorator

############
VTFxCaseInfo
############

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

.. container:: ts-api-section

   .. js:class:: VTFxCaseInfo

      The id and name of a case in the VTFx file



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.VTFxCaseInfo.caseId`
   * :js:attr:`~cee.ug.VTFxCaseInfo.description`
   * :js:attr:`~cee.ug.VTFxCaseInfo.name`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: VTFxCaseInfo.caseId

      :type: number

      The id of the case



.. container:: ts-api-section

   .. js:attribute:: VTFxCaseInfo.description

      :type: string

      The description of the VTFx case.



.. container:: ts-api-section

   .. js:attribute:: VTFxCaseInfo.name

      :type: string

      The name of the case



