DomainChildTableRef
Defined in: js-api/src/domains.ts:182
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:186 |
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:189 |
schema | string | - | js-api/src/domains.ts:183 |
table | string | - | js-api/src/domains.ts:184 |