Skip to content

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

str(value): StrValue

Defined in: src/attr/values.ts:279

A UTF-8 string of at most 128 bytes, indexed for equality and prefix (STARTSWITH) matching.

The limit is on bytes, not characters: a string of 128 emoji does not fit.

string

StrValue

If the string exceeds 128 UTF-8 bytes.

str("Bob")