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