Skip to main content

SQLIsExpression

Defined in: packages/core/src/utils/parseSQL/types.ts:160

Extends

Properties

hasNot

hasNot: NotOpt

Defined in: packages/core/src/utils/parseSQL/types.ts:162


left

left: SQLBooleanPrimary

Defined in: packages/core/src/utils/parseSQL/types.ts:163


right: SQLBooleanExtra

Defined in: packages/core/src/utils/parseSQL/types.ts:164


type

type: "IsExpression"

Defined in: packages/core/src/utils/parseSQL/types.ts:161

Overrides

SQLWhereObject.type


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.