Skip to main content

CELFunctionCall

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

Extends

Properties

args

args: CELExpressionList

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


name

name: CELIdentifier

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


trailingComma?

optional trailingComma: boolean

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


type

type: "FunctionCall"

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

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.