.. role:: ts-api-decorator

##################
DataSourceResponse
##################

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

.. container:: ts-api-section

   .. js:class:: DataSourceResponse

      Response from the data source (Data Provider)

      Contains the string data sent from the provider as well as changeInfo which indicates what (if anything) 
      has changed in the data provider (similar to pollForDataSourceChanges())



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.DataSourceResponse.changeInfo`
   * :js:attr:`~cee.ug.DataSourceResponse.stringData`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: DataSourceResponse.changeInfo

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





.. container:: ts-api-section

   .. js:attribute:: DataSourceResponse.stringData

      :type: string





