Skip to main content

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

ParameterType
propsPrepareOptionListParams<O>

Returns

PreparedOptionList<O>


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.