OptionalcomparisonsOptional. Values to compare between updates to node.
When undefined, any change to node will emit an update to the ReactiveNode.
Otherwise, a change will emit when any new value the list does not equal the previous checked value.
The order and length of IReactiveDependency.comparisons must remain unchanged between updates.
The node to listen to "nodeChanged" events for.
A dependency for ReactiveNode.
Remarks
If no IReactiveDependency.comparisons are provided, any change to
nodewill emit an update to the ReactiveNode. Otherwise, a change will emit when any new value in IReactiveDependency.comparisons does not equal the previous checked value. The order and length of IReactiveDependency.comparisons must remain unchanged between updates.