Properties of toggle group property item list entry
export interface IComboBoxPropertyItemEntry { readonly label?: LocalizedString; readonly value: string;} Copy
export interface IComboBoxPropertyItemEntry { readonly label?: LocalizedString; readonly value: string;}
Optional
Readonly
Localized display text of the entry.
The selectable value of the entry.
Properties of toggle group property item list entry
Source