.. role:: clio-readonly
   :class: clio-flag clio-flag-readonly


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

.. js:class:: wv.Animation.NodeChannel

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.Animation.NodeChannel.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.Animation.NodeChannel.colorMap`
   * :js:data:`~wv.Animation.NodeChannel.name`
   * :js:data:`~wv.Animation.NodeChannel.nodeId`
   * :js:data:`~wv.Animation.NodeChannel.property`
   * :js:data:`~wv.Animation.NodeChannel.sampler`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wv.Animation.NodeChannel.constructor

      .. rst-class:: sig-pretty-signature
      
         | NodeChannel(**name**\ : *string*\ , **nodeId**\ : *number*\ , **property**\ : :js:data:`NodeProperty <wv.Animation.NodeProperty>`\ , **sampler**\ : :js:class:`Sampler <wv.Animation.Sampler>`\ ): :js:class:`NodeChannel <wv.Animation.NodeChannel>`
      
      **Parameters**
      
      
         **name**\ : *string*
      
         **nodeId**\ : *number*
      
         **property**\ : :js:data:`NodeProperty <wv.Animation.NodeProperty>`
      
         **sampler**\ : :js:class:`Sampler <wv.Animation.Sampler>`
      
      
      **Returns**\ : :js:class:`NodeChannel <wv.Animation.NodeChannel>`
      



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wv.Animation.NodeChannel.colorMap

      .. rst-class:: sig-pretty-signature
      
         | colorMap: (*undefined* | :js:data:`ColorMap <wv.Animation.ColorMap>`\ )
      



.. js:data:: wv.Animation.NodeChannel.name

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | name: *string*
      



.. js:data:: wv.Animation.NodeChannel.nodeId

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | nodeId: *number*
      



.. js:data:: wv.Animation.NodeChannel.property

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | property: :js:data:`NodeProperty <wv.Animation.NodeProperty>`
      



.. js:data:: wv.Animation.NodeChannel.sampler

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | sampler: :js:class:`Sampler <wv.Animation.Sampler>`
      




