Skip to content

Interface: NamespaceSelectProps<IsMulti>#

Renderer.Component.NamespaceSelectProps

Type parameters#

Name Type
IsMulti extends boolean

Hierarchy#

  • Omit<SelectProps<string, { label: string ; value: string }, IsMulti>, "options" | "value">

↳ NamespaceSelectProps

Table of contents#

Properties#

Properties#

autoConvertOptions#

• Optional autoConvertOptions: boolean

Deprecated

We will always auto convert options if they are of type string

Inherited from#

Omit.autoConvertOptions


id#

• Optional id: string

Inherited from#

Omit.id


isCreatable#

• Optional isCreatable: boolean

Deprecated

This option does nothing

Inherited from#

Omit.isCreatable


• Optional menuClass: string

Inherited from#

Omit.menuClass


showIcons#

• Optional showIcons: boolean


sort#

• Optional sort: NamespaceSelectSort


themeName#

• Optional themeName: "dark" | "light" | "outlined" | "lens"

Inherited from#

Omit.themeName


value#

• value: undefined | null | string