Extensions

Press shift + S to search API reference.

Interface

SelectOption

View source

A select option for Select, TablePicker, ViewPicker, FieldPicker, and their Synced counterparts.

interface SelectOption
disabledundefined | false | true

If set to true, this option will not be selectable.

labelReact.ReactNode

The label for the select option.

valueSelectOptionValue

The value for the select option.