shouldSkipUpdates property

bool Function()? shouldSkipUpdates
final

Returns true if updates should be skipped.

This is used by groupable nodes to prevent recursive updates during batch operations like group drag moves. Optional - only needed for monitoring operations.

Implementation

final bool Function()? shouldSkipUpdates;