displayFormat property
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;