Skip to main content

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

PropertyTypeDescriptionDefined in
fkColumnstringThe child table's FK column referencing this table.js-api/src/domains.ts:186
labelstringFriendly label of the FK column ('issue_id' → 'Issue') — disambiguates children referencing the same parent through several columns.js-api/src/domains.ts:189
schemastring-js-api/src/domains.ts:183
tablestring-js-api/src/domains.ts:184