isGroupable property

  1. @override
bool get isGroupable
override

Whether this node actively groups/monitors other nodes.

When true, MobX reactions are set up to track groupedNodeIds. Override in subclasses to control when grouping is active.

Default is false.

Implementation

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