Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

StartsWithNode = object

Defined in: src/query/expression.ts:26

A STARTSWITH prefix test, the language’s only pattern operator.

readonly kind: "startsWith"

Defined in: src/query/expression.ts:27


readonly name: string

Defined in: src/query/expression.ts:28


readonly value: StrValue

Defined in: src/query/expression.ts:29