doorsOpenLabel property

String? doorsOpenLabel
getter/setter pair

The label to use for the doors open value (doorsOpen) on the card detail view.

Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both doorsOpenLabel and customDoorsOpenLabel may not be set. If neither is set, the label will default to "Doors Open", localized. If the doors open field is unset, this label will not be used. Possible string values are:

  • "DOORS_OPEN_LABEL_UNSPECIFIED"
  • "DOORS_OPEN"
  • "doorsOpen" : Legacy alias for DOORS_OPEN. Deprecated.
  • "GATES_OPEN"
  • "gatesOpen" : Legacy alias for GATES_OPEN. Deprecated.

Implementation

core.String? doorsOpenLabel;