displayFormat property

String? displayFormat
getter/setter pair

The display format of the person chip.

If not set, the default display format is used.

Optional. Possible string values are:

  • "DISPLAY_FORMAT_UNSPECIFIED" : Default value, do not use.
  • "DEFAULT" : Default display format.
  • "LAST_NAME_COMMA_FIRST_NAME" : Last name, first name display format.
  • "EMAIL" : Email display format.

Implementation

core.String? displayFormat;