prepareOptionList()
prepareOptionList<
O
>(props
:PrepareOptionListParams
<O
>):PreparedOptionList
<O
>
Defined in: packages/core/src/utils/optGroupUtils.ts:393
Type Parameters
Type Parameter |
---|
O extends {[key : string ]: unknown ; disabled? : boolean ; label : string ; name : string ; value : string ; } |
Parameters
Parameter | Type |
---|---|
props | PrepareOptionListParams <O > |
Returns
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.