A select option for Select, TablePicker, ViewPicker, FieldPicker, and their Synced
counterparts.
Interface
SelectOption
View sourceinterface SelectOption
disabled | undefined | false | true If set to |
label | React.ReactNode The label for the select option. |
value | SelectOptionValue The value for the select option. |