DomainTableInfo
Defined in: js-api/src/domains.ts:203
Registry metadata of one domain table (see grok.dapi.domains.registry).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
audit | boolean | - | js-api/src/domains.ts:213 |
businessKey | string[] | Natural-key columns; empty when the table declares none. | js-api/src/domains.ts:207 |
childTables | DomainChildTableRef[] | - | js-api/src/domains.ts:216 |
description | string | null | What the table holds, as declared in schema.json; null when undeclared. | js-api/src/domains.ts:215 |
nameColumn | string | null | Primary display-name column; null when the table declares none. | js-api/src/domains.ts:205 |
pluralName | string | Effective plural display name (declared, else derived from the table name). | js-api/src/domains.ts:211 |
securityMode | "table" | "master" | "row" | - | js-api/src/domains.ts:212 |
singularName | string | Effective singular display name (declared, else derived from the table name). | js-api/src/domains.ts:209 |