Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
ComboBoxOptionsProps
Interface ComboBoxOptionsProps
interface
ComboBoxOptionsProps
{
value
?:
any
;
onValueChange
?:
FnOnValueChangeType
;
schema
?:
DataSchema
;
valueSpec
?:
ValueSpecType
;
variablesSchema
?:
any
;
variablesOnly
?:
boolean
;
options
?:
ComboBoxOption
[]
;
optionFactories
?:
ComboBoxOptionsFactory
[]
;
refsToIgnoreClick
?:
PopperRefElementType
[]
;
}
Hierarchy (
View Summary
)
ComboBoxOptionsProps
ComboBoxProps
ComboBoxContextProps
Index
Properties
value?
on
Value
Change?
schema?
value
Spec?
variables
Schema?
variables
Only?
options?
option
Factories?
refs
To
Ignore
Click?
Properties
Optional
value
value
?:
any
Optional
on
Value
Change
onValueChange
?:
FnOnValueChangeType
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
value
on
Value
Change
schema
value
Spec
variables
Schema
variables
Only
options
option
Factories
refs
To
Ignore
Click
Console
SDK
REST API
Membrane React - v0.6.0
Loading...
Do not let entering custom values - only allow selecting from the variables.