Skip to main content

IEditorHost

Defined in: js-api/src/ui/domains/domains-editor.ts:162

A widget or page that answers for a set of DomainFrameEditors.

The dirty rollup is domain-specific — it does not belong on Widget, and it cannot be derived from Widget.children (which is a DOM view, so it is order- and reparenting-fragile). This is the one structural remainder of the widget model: anything that owns pending changes says so by exposing them here, and a container (DomainAppView, domains.view) rolls its children's up.

Properties

PropertyModifierTypeDescriptionDefined in
editorsreadonlyDomainFrameEditor[]Every editor whose pending changes this object answers for. Read on demand: an editor that appears after the widget was constructed must show up here.js-api/src/ui/domains/domains-editor.ts:165