UseOptionListPropParams<O>
Defined in: packages/react-querybuilder/src/hooks/useOptionListProp.ts:11
Extends
Type Parameters
Type Parameter |
---|
O extends FullOption |
Properties
autoSelectOption?
optional
autoSelectOption:boolean
Defined in: packages/core/src/utils/optGroupUtils.ts:390
Inherited from
PrepareOptionListParams
.autoSelectOption
baseOption?
optional
baseOption:Record
<string
,unknown
>
Defined in: packages/core/src/utils/optGroupUtils.ts:388
Inherited from
PrepareOptionListParams
.baseOption
labelMap?
optional
labelMap:Record
<string
,string
>
Defined in: packages/core/src/utils/optGroupUtils.ts:389
Inherited from
PrepareOptionListParams
.labelMap
optionList?
optional
optionList:FlexibleOptionListProp
<O
> |BaseOptionMap
<O
>
Defined in: packages/core/src/utils/optGroupUtils.ts:387
Inherited from
PrepareOptionListParams
.optionList
placeholder?
optional
placeholder:Placeholder
Defined in: packages/core/src/utils/optGroupUtils.ts:386
Inherited from
PrepareOptionListParams
.placeholder
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.