monitorNodes property

bool get monitorNodes

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

bool get monitorNodes => false;