DomainViewOptions
Defined in: js-api/src/domains-ui.ts:583
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:593 |
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:591 |
schema | string | Domain schema name. | js-api/src/domains-ui.ts:585 |
table | string | Table name within schema. | js-api/src/domains-ui.ts:587 |