.. role:: clio-optional
   :class: clio-flag clio-flag-optional


################
ComparisonConfig
################

.. js:class:: wv.ComparisonConfig

   Settings that control the behavior of visual node comparison enabled by [[View.startComparison]].
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.ComparisonConfig.only1Color`
   * :js:data:`~wv.ComparisonConfig.only2Color`
   * :js:data:`~wv.ComparisonConfig.sameColor`
   
   



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

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


.. js:data:: wv.ComparisonConfig.only1Color

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | only1Color: :js:class:`Color <wv.Color>`
      
      The color used for areas covered by the first set of nodes but not the second set.
      



.. js:data:: wv.ComparisonConfig.only2Color

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | only2Color: :js:class:`Color <wv.Color>`
      
      The color used for areas covered by the second set of nodes but not the first set.
      



.. js:data:: wv.ComparisonConfig.sameColor

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | sameColor: :js:class:`Color <wv.Color>`
      
      The color used for areas covered by both sets of nodes.
      




