Skip to content

attachSyncRegistryRowClasses

attachSyncRegistryRowClasses<TRegistry>(registry, rowClasses): TRegistry

Defined in: packages/contracts/src/registry.ts:1447

Stamp the registry’s declared row-class vocabulary (ADR-0052) onto the registry value as a non-enumerable symbol — the classification twin of attachSyncRegistryStorage. An absent/empty declaration attaches nothing (the bare-registry-map overload, and any definition that declares no vocabulary), so getSyncRegistryRowClasses reads back undefined and classification stays unconstrained.

TRegistry extends SyncTableRegistry

TRegistry

readonly string[] | undefined

TRegistry