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.
Parameters
Section titled “Parameters”string
The attribute name.
Returns
Section titled “Returns”void
Throws
Section titled “Throws”If the name is empty, too long, uses characters outside the grammar, or collides with a reserved word.