Skip to main content

WithRequired<T, K>

WithRequired<T, K>: T & { [P in K]-?: T[P] }

Utility type to make one or more properties required.

Type Parameters

Type Parameter
T
K extends keyof T

Defined in

packages/react-querybuilder/src/types/basic.ts:188


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.