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
ComboBoxContextProps
Interface ComboBoxContextProps
interface
ComboBoxContextProps
{
allowCustom
:
boolean
;
isDropdownOpen
?:
boolean
;
openDropdown
:
()
=>
void
;
closeDropdown
:
()
=>
void
;
topDropdownPanelComponent
?:
Element
;
scopedComboboxId
:
string
;
value
?:
any
;
schema
?:
DataSchema
;
valueSpec
?:
ValueSpecType
;
variablesSchema
?:
any
;
variablesOnly
?:
boolean
;
options
?:
ComboBoxOption
[]
;
optionFactories
?:
ComboBoxOptionsFactory
[]
;
refsToIgnoreClick
?:
PopperRefElementType
[]
;
}
Hierarchy (
View Summary
)
ComboBoxOptionsProps
ComboBoxContextProps
Index
Properties
allow
Custom
is
Dropdown
Open?
open
Dropdown
close
Dropdown
top
Dropdown
Panel
Component?
scoped
Combobox
Id
value?
schema?
value
Spec?
variables
Schema?
variables
Only?
options?
option
Factories?
refs
To
Ignore
Click?
Properties
allow
Custom
allowCustom
:
boolean
Optional
is
Dropdown
Open
isDropdownOpen
?:
boolean
open
Dropdown
openDropdown
:
()
=>
void
close
Dropdown
closeDropdown
:
()
=>
void
Optional
top
Dropdown
Panel
Component
topDropdownPanelComponent
?:
Element
scoped
Combobox
Id
scopedComboboxId
:
string
Optional
value
value
?:
any
Optional
schema
schema
?:
DataSchema
Optional
value
Spec
valueSpec
?:
ValueSpecType
Optional
variables
Schema
variablesSchema
?:
any
Optional
variables
Only
variablesOnly
?:
boolean
Do not let entering custom values - only allow selecting from the variables.
Optional
options
options
?:
ComboBoxOption
[]
Optional
option
Factories
optionFactories
?:
ComboBoxOptionsFactory
[]
Optional
refs
To
Ignore
Click
refsToIgnoreClick
?:
PopperRefElementType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Custom
is
Dropdown
Open
open
Dropdown
close
Dropdown
top
Dropdown
Panel
Component
scoped
Combobox
Id
value
schema
value
Spec
variables
Schema
variables
Only
options
option
Factories
refs
To
Ignore
Click
Console
SDK
REST API
Integration App React - v2.13.2
Loading...
Do not let entering custom values - only allow selecting from the variables.