isGroupable property
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;