Skip to main content

Interface: SelectOption

Defined in: src/components/AddSiteForm/SelectField.tsx:73

Single option interface for SelectField dropdown items.

Propertiesโ€‹

labelโ€‹

label: string

Defined in: src/components/AddSiteForm/SelectField.tsx:75

Display text for the option


valueโ€‹

value: string

Defined in: src/components/AddSiteForm/SelectField.tsx:77

Value to be selected when this option is chosen