isFlexibleOptionArray()
isFlexibleOptionArray(
arr:any):arr is FlexibleOption[]
Defined in: packages/core/src/utils/optGroupUtils.ts:176
Determines if an array is a flat array of FlexibleOption.
Parameters
| Parameter | Type |
|---|---|
arr | any |
Returns
arr is FlexibleOption[]
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.