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


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

.. js:class:: ComparisonConfig

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




Properties
==========

.. js:data:: ComparisonConfig.only1Color

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



.. js:data:: ComparisonConfig.only2Color

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



.. js:data:: ComparisonConfig.sameColor

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





