.. role:: ts-api-decorator

###########
NodeChannel
###########

.. js:module:: Animation
   :noindex:

.. container:: ts-api-section

   .. js:class:: NodeChannel



.. container:: api-index-section

   .. rubric:: Constructors

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

   * :js:meth:`~Animation.NodeChannel.constructor`



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~Animation.NodeChannel.colorMap`
   * :js:attr:`~Animation.NodeChannel.name`
   * :js:attr:`~Animation.NodeChannel.nodeId`
   * :js:attr:`~Animation.NodeChannel.property`
   * :js:attr:`~Animation.NodeChannel.sampler`





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

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

.. container:: ts-api-section

   .. js:function:: NodeChannel.constructor( name, nodeId, property, sampler)

      :param name: None
      :type name: string
      :param nodeId: None
      :type nodeId: number
      :param property: None
      :type property: NodeProperty
      :param sampler: None
      :type sampler: Sampler


      :rtype: NodeChannel



Properties
==========

.. container:: ts-api-section

   .. js:attribute:: NodeChannel.colorMap

      :type: undefined | ColorMap





.. container:: ts-api-section

   .. js:attribute:: NodeChannel.name

      :type: string





.. container:: ts-api-section

   .. js:attribute:: NodeChannel.nodeId

      :type: number





.. container:: ts-api-section

   .. js:attribute:: NodeChannel.property

      :type: NodeProperty





.. container:: ts-api-section

   .. js:attribute:: NodeChannel.sampler

      :type: Sampler





