NegativeInteger<T>
Defined in: packages/react-querybuilder/src/types/type-fest/numeric.ts:170
A negative (-∞ < x < 0
) number
that is an integer.
Equivalent to Negative<Integer<T>>
.
You can't pass a bigint
as they are already guaranteed to be integers, instead use Negative<T>
.
Use-case: Validating and documenting parameters.
Type Parameters
Type Parameter |
---|
T extends number |
See
- Negative
- Integer
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.