DomainChildTableRef
Defined in: js-api/src/domains.ts:192
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:196 |
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:199 |
schema | string | - | js-api/src/domains.ts:193 |
table | string | - | js-api/src/domains.ts:194 |