Wagtail client-side components
Preparing search index...
components/ComboBox/ComboBox
ComboBoxItem
Interface ComboBoxItem
interface
ComboBoxItem
{
blockDefId
?:
string
;
category
?:
string
;
description
?:
null
|
string
;
icon
?:
null
|
string
|
Element
;
isPreviewable
?:
boolean
;
label
?:
null
|
string
;
render
?:
(
props
:
{
option
:
ComboBoxItem
}
)
=>
string
|
Element
;
type
?:
string
;
}
Index
Properties
block
Def
Id?
category?
description?
icon?
is
Previewable?
label?
render?
type?
Properties
Optional
block
Def
Id
blockDefId
?:
string
Optional
category
category
?:
string
Optional
description
description
?:
null
|
string
Optional
icon
icon
?:
null
|
string
|
Element
Optional
is
Previewable
isPreviewable
?:
boolean
Optional
label
label
?:
null
|
string
Optional
render
render
?:
(
props
:
{
option
:
ComboBoxItem
}
)
=>
string
|
Element
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Def
Id
category
description
icon
is
Previewable
label
render
type
Wagtail client-side components
Loading...