.. role:: ts-api-decorator

#########################
QueryNodeScalarResultData
#########################

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

.. container:: ts-api-section

   .. js:class:: QueryNodeScalarResultData

      The result of a ``QueryNodeScalarResult``.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.QueryNodeScalarResultData.nodeIdent`
   * :js:attr:`~cee.ug.QueryNodeScalarResultData.resultId`
   * :js:attr:`~cee.ug.QueryNodeScalarResultData.xValues`
   * :js:attr:`~cee.ug.QueryNodeScalarResultData.yValues`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryNodeScalarResultData.nodeIdent

      :type: NodeIdent

      Ident of the node on which the query was performed



.. container:: ts-api-section

   .. js:attribute:: QueryNodeScalarResultData.resultId

      :type: number

      Id of the result on which the query was performed



.. container:: ts-api-section

   .. js:attribute:: QueryNodeScalarResultData.xValues

      :type: [number]

      The state reference values (usually time)



.. container:: ts-api-section

   .. js:attribute:: QueryNodeScalarResultData.yValues

      :type: [number]

      The scalar value in the node for each state in ``xValues``



