DomainDetailTab
Defined in: js-api/src/domains-ui.ts:43
One FK-inverted child ("detail") table of a domain row — what the built-in Entity View shows as a child tab (see DomainObjectHandler.getDetailTabs).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
filter | DomainConditionTree | Condition tree scoping the child table to the parent row — pass it as the filter of grok.dapi.domains.table(tab.table).query/queryDf. | js-api/src/domains-ui.ts:53 |
fkColumn | string | The child table's FK column referencing the parent row. | js-api/src/domains-ui.ts:50 |
name | string | Tab caption: the child table address, suffixed with the FK label when the child references the parent through more than one column. | js-api/src/domains-ui.ts:46 |
table | string | Child table address, '<schema>.<table>'. | js-api/src/domains-ui.ts:48 |
Methods
open()
open():
void
Defined in: js-api/src/domains-ui.ts:55
Opens the child table's Domain View scoped to the parent row.
Returns
void