onSeeAllTap property
Called with relation and recordId when "See all" is tapped. A host that never wires this up gets no button at all — absence means unavailable, never a rendered control that silently no-ops on tap.
Implementation
final void Function(RelationDescriptor relation, Object recordId)?
onSeeAllTap;