Skip to main content

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

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