Skip to main content

CELNegatedLikeExpression

Defined in: packages/core/src/utils/parseCEL/types.ts:222

Extends

Properties

left

left: CELMemberNegatedIdentifier | CELMemberNegatedIdentifierChain

Defined in: packages/core/src/utils/parseCEL/types.ts:224


list

list: CELExpressionList & { value: [CELStringLiteral | CELIdentifier<string>]; }

Defined in: packages/core/src/utils/parseCEL/types.ts:226

Type Declaration

value

value: [CELStringLiteral | CELIdentifier<string>]


right: CELIdentifier<"endsWith" | "startsWith" | "contains">

Defined in: packages/core/src/utils/parseCEL/types.ts:225


type

type: "LikeExpression"

Defined in: packages/core/src/utils/parseCEL/types.ts:223

Overrides

CELExpression.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.