SelectOption: { displayText: string; value: number }

A select option.

Type declaration

  • displayText: string

    The display text.

  • value: number

    The unique value.