Skip to content

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

validateAttributeName

validateAttributeName(name): void

Defined in: src/attr/names.ts:55

Validates an attribute name against the engine’s Ident32 grammar and the query language’s reserved words.

string

The attribute name.

void

If the name is empty, too long, uses characters outside the grammar, or collides with a reserved word.