Skip to main content

Interface: SelectOption

Defined in: components/Form/Select/index.tsx:18

Description

Represents an option in the Select component.

Properties

element

element: ReactNode

Defined in: components/Form/Select/index.tsx:20

The renderable content of the option.


selected?

optional selected: boolean

Defined in: components/Form/Select/index.tsx:21

If true, the option is selected by default.


value

value: string

Defined in: components/Form/Select/index.tsx:19

The value of the option.