DomainChildTableRef
Defined in: js-api/src/domains.ts:274
FK-inverted reference to a child (detail) table — drives detail-table links
and entity-view child tabs (see DomainRegistryClient.tableInfo).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
fkColumn | string | The child table's FK column referencing this table. | js-api/src/domains.ts:278 |
label | string | Friendly label of the FK column ('issue_id' → 'Issue') — disambiguates children referencing the same parent through several columns. | js-api/src/domains.ts:281 |
schema | string | - | js-api/src/domains.ts:275 |
table | string | - | js-api/src/domains.ts:276 |