DomainViewOptions
Defined in: js-api/src/domains-ui.ts:625
Options of DomainView.create.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
embedded? | boolean | Hosted inside another view: brief list, no breadcrumbs, no export ribbon. | js-api/src/domains-ui.ts:635 |
permanentFilter? | string | Invisible smart filter AND-combined with everything the user does — the way to scope an embedded view to a subset ('project_id = "..."'). | js-api/src/domains-ui.ts:633 |
schema | string | Domain schema name. | js-api/src/domains-ui.ts:627 |
table | string | Table name within schema. | js-api/src/domains-ui.ts:629 |