Skip to main content

objectKeys()

objectKeys<Type>(value): Exclude<keyof Type, symbol>[]

A strongly-typed version of Object.keys().

Original source

Type parameters

Type parameter
Type extends object

Parameters

ParameterType
valueType

Returns

Exclude<keyof Type, symbol>[]

Source

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.