ListboxOption

View Source

Signature

interface ListboxOption {
  disabled?: boolean;
  id: string;
  label: string;
  textValue?: SearchValue;
  value: string;
}