Wagtail client-side components
Preparing search index...
components/ComboBox/ComboBox
UseComboboxStateChange
Interface UseComboboxStateChange<Item>
interface
UseComboboxStateChange
<
Item
>
{
highlightedIndex
?:
number
;
inputValue
?:
string
;
isOpen
?:
boolean
;
selectedItem
?:
null
|
Item
;
type
:
UseComboboxStateChangeTypes
;
}
Type Parameters
Item
Hierarchy
Partial
<
UseComboboxState
<
Item
>
>
UseComboboxStateChange
Index
Properties
highlighted
Index?
input
Value?
is
Open?
selected
Item?
type
Properties
Optional
highlighted
Index
highlightedIndex
?:
number
Optional
input
Value
inputValue
?:
string
Optional
is
Open
isOpen
?:
boolean
Optional
selected
Item
selectedItem
?:
null
|
Item
type
type
:
UseComboboxStateChangeTypes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
highlighted
Index
input
Value
is
Open
selected
Item
type
Wagtail client-side components
Loading...