getSyncRegistryRowClasses
getSyncRegistryRowClasses<
TRegistry>(registry): readonlystring[] |undefined
Defined in: packages/contracts/src/registry.ts:1482
Read the row-class vocabulary (ADR-0052) a registry was built with, or undefined when none was declared
(a bare registry map, or a definition with no rowClasses) — the classification twin of
getSyncRegistryStorage. assertRegistryInvariant consults it to reject an invariant whose
appliesTo names a class this registry does not define (a typo that would otherwise bind nothing).
Type Parameters
Section titled “Type Parameters”TRegistry
Section titled “TRegistry”TRegistry extends SyncTableRegistry
Parameters
Section titled “Parameters”registry
Section titled “registry”TRegistry
Returns
Section titled “Returns”readonly string[] | undefined