customGateLabel property
A custom label to use for the gate value
(eventTicketObject.seatInfo.gate
) on the card detail view.
This should only be used if the default "Gate" label or one of the
gateLabel
options is not sufficient. Both gateLabel
and
customGateLabel
may not be set. If neither is set, the label will
default to "Gate", localized. If the gate field is unset, this label will
not be used.
Implementation
LocalizedString? customGateLabel;