ComparisonConfig

class ComparisonConfig()

Settings that control the behavior of visual node comparison enabled by [[View.startComparison]].

Properties

ComparisonConfig.only1Color

optional

only1Color: Color

The color used for areas covered by the first set of nodes but not the second set.

ComparisonConfig.only2Color

optional

only2Color: Color

The color used for areas covered by the second set of nodes but not the first set.

ComparisonConfig.sameColor

optional

sameColor: Color

The color used for areas covered by both sets of nodes.