.. role:: ts-api-decorator

#####################
QueryResultMinMaxData
#####################

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

.. container:: ts-api-section

   .. js:class:: QueryResultMinMaxData

      The result of a ``QueryResultMinMax``.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QueryResultMinMaxData.globalMaximumValue`
   * :js:attr:`~cee.ug.QueryResultMinMaxData.globalMinimumValue`
   * :js:attr:`~cee.ug.QueryResultMinMaxData.maximumItem`
   * :js:attr:`~cee.ug.QueryResultMinMaxData.minimumItem`
   * :js:attr:`~cee.ug.QueryResultMinMaxData.perStateGlobalMinMax`
   * :js:attr:`~cee.ug.QueryResultMinMaxData.resultId`
   * :js:attr:`~cee.ug.QueryResultMinMaxData.resultMapping`
   * :js:attr:`~cee.ug.QueryResultMinMaxData.resultType`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.globalMaximumValue

      :type: number :ts-api-decorator:`optional`

      Optional global maximum value. Note that this value is for all the data in the model and does not take filtering, visibility or a specific part into account. 

      Set includeResultMinMaxForAllStates to true to enable per state global min/max data.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.globalMinimumValue

      :type: number :ts-api-decorator:`optional`

      Optional global minimum value. Note that this value is for all the data in the model and does not take filtering, visibility or a specific part into account. 

      Set includeResultMinMaxForAllStates to true to enable per state global min/max data.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.maximumItem

      :type: QueryResultMinMaxDataItem

      The maximum item found



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.minimumItem

      :type: QueryResultMinMaxDataItem

      The minimum item found



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.perStateGlobalMinMax

      :type: [function] :ts-api-decorator:`optional`

      Optional per state global min/max values. Note that these values are for all the data in the state and does not take filtering, visibility or a specific part into account. 

      Set includeResultMinMaxForAllStates to true to enable per state global min/max data.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.resultId

      :type: number

      Id of the result on which the query was performed



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.resultMapping

      :type: ResultMapping

      The result mapping of the specified result. This will determine what kind of position the minimumItem and maximumItem are.



.. container:: ts-api-section

   .. js:attribute:: QueryResultMinMaxData.resultType

      :type: ResultType

      Ident of the node on which the query was performed



