customDoorsOpenLabel property

LocalizedString? customDoorsOpenLabel
getter/setter pair

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

This should only be used if the default "Doors Open" label or one of the doorsOpenLabel options is not sufficient. 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.

Implementation

LocalizedString? customDoorsOpenLabel;