@k8slens/extensions / Exports / Renderer / Component / SelectProps
Interface: SelectProps<Value, Option, IsMulti, Group>#
Renderer.Component.SelectProps
Type parameters#
| Name | Type | 
|---|---|
| Value | Value | 
| Option | extends SelectOption<Value> | 
| IsMulti | extends boolean | 
| Group | extends GroupBase<Option> =GroupBase<Option> | 
Hierarchy#
- Omit<- ReactSelectProps<- Option,- IsMulti,- Group>,- "value"|- "options">
↳ SelectProps
Table of contents#
Properties#
Properties#
autoConvertOptions#
• Optional autoConvertOptions: boolean
Deprecated
We will always auto convert options if they are of type string
id#
• Optional id: string
Overrides#
Omit.id
isCreatable#
• Optional isCreatable: boolean
Deprecated
This option does nothing
menuClass#
• Optional menuClass: string
options#
• options: OptionsOrGroups<Option, Group> | LegacyAutoConvertedOptions
themeName#
• Optional themeName: "dark" | "light" | "outlined" | "lens"
value#
• Optional value: PropsValue<Value>