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.
Type Parameters
Section titled “Type Parameters”TRegistry
Section titled “TRegistry”TRegistry extends SyncTableRegistry
Parameters
Section titled “Parameters”registry
Section titled “registry”TRegistry
rowClasses
Section titled “rowClasses”readonly string[] | undefined
Returns
Section titled “Returns”TRegistry