monitorNodes property
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:
onNodeDeleted/ onNodesDeleted when nodes are removed- onNodeAdded when nodes are added
- onNodeMoved when node positions change
- onNodeResized when node sizes change
Returns false by default. GroupAnnotation returns true for
explicit and parent behaviors.
Implementation
@override
bool get monitorNodes => behavior != GroupBehavior.bounds;