objectKeys()
objectKeys<
Type
>(value
):Exclude
<keyofType
,symbol
>[]
A strongly-typed version of Object.keys()
.
Type Parameters
Type Parameter |
---|
Type extends object |
Parameters
Parameter | Type |
---|---|
value | Type |
Returns
Exclude
<keyof Type
, symbol
>[]
Defined in
packages/react-querybuilder/src/utils/objectUtils.ts:18
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.