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:
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
bool get monitorNodes => false;