Skip to content

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

TypeOfNode = object

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

A TYPEOF(name) = tag test.

readonly kind: "typeOf"

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


readonly name: string

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


readonly tag: UserTypeTag

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