monitorNodes property

  1. @override
bool get monitorNodes
override

Whether this annotation should receive automatic node lifecycle callbacks.

When true, the annotation controller sets up MobX reactions to automatically monitor node changes and call the lifecycle methods:

Returns false by default. GroupAnnotation returns true for explicit and parent behaviors.

Implementation

@override
bool get monitorNodes => behavior != GroupBehavior.bounds;