Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
@integration-app/react
ComboBoxDropdownContextProps
Interface ComboBoxDropdownContextProps
interface
ComboBoxDropdownContextProps
{
availableCategories
:
null
|
DropdownCategoryType
[]
;
activeCategory
:
DropdownCategoryType
;
drillDown
:
(
option
:
ComboBoxOption
)
=>
void
;
drillUp
:
()
=>
void
;
isOptionSelected
:
(
option
:
ComboBoxOption
)
=>
boolean
;
optionsPayload
:
|
PendingState
|
RejectedState
|
ResolvedState
<
{
options
:
ComboBoxOption
[]
;
fallbackOptions
:
ComboBoxOption
[]
}
,
>
;
canUseParentInputSearchValue
:
boolean
;
drillDownStackTop
?:
ComboBoxOption
;
}
Index
Properties
available
Categories
active
Category
drill
Down
drill
Up
is
Option
Selected
options
Payload
can
Use
Parent
Input
Search
Value
drill
Down
Stack
Top?
Properties
available
Categories
availableCategories
:
null
|
DropdownCategoryType
[]
active
Category
activeCategory
:
DropdownCategoryType
drill
Down
drillDown
:
(
option
:
ComboBoxOption
)
=>
void
drill
Up
drillUp
:
()
=>
void
is
Option
Selected
isOptionSelected
:
(
option
:
ComboBoxOption
)
=>
boolean
options
Payload
optionsPayload
:
|
PendingState
|
RejectedState
|
ResolvedState
<
{
options
:
ComboBoxOption
[]
;
fallbackOptions
:
ComboBoxOption
[]
}
,
>
can
Use
Parent
Input
Search
Value
canUseParentInputSearchValue
:
boolean
Optional
drill
Down
Stack
Top
drillDownStackTop
?:
ComboBoxOption
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
available
Categories
active
Category
drill
Down
drill
Up
is
Option
Selected
options
Payload
can
Use
Parent
Input
Search
Value
drill
Down
Stack
Top
Console
SDK
REST API
Integration App React - v2.13.2
Loading...