.. role:: ts-api-decorator

#####################
QueryNodeScalarResult
#####################

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

.. container:: ts-api-section

   .. js:class:: QueryNodeScalarResult

      Query a scalar result for a given node across all states.

      Note that the states do not need to be "loaded", i.e. specified in the model spec.

      Only works with node-mapped results.



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~cee.ug.QueryNodeScalarResult.constructor`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~cee.ug.QueryNodeScalarResult.executeQuery`





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

Constructors
============

.. container:: ts-api-section

   .. js:function:: QueryNodeScalarResult.constructor( model)

      :param model: None
      :type model: RemoteModel


      :rtype: QueryNodeScalarResult



Methods
=======

.. rst-class:: ts-api-section

executeQuery
------------

.. js:method:: QueryNodeScalarResult.executeQuery( resultId, nodeIdent, callback)

   :param resultId: None
   :type resultId: number
   :param nodeIdent: None
   :type nodeIdent: NodeIdent
   :param callback: None
   :type callback: QueryNodeScalarResultCallback


   Executes the query for the given result and node.


   :rtype: void

