Skip to main content

DomainFrameEditorOptions

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

Options of DomainFrameEditor.attach / DomainFrameEditor.create.

Properties

PropertyTypeDescriptionDefined in
access?DomainAccessPre-probed access, to avoid a second round trip when the caller already has it (a prefetched IDomainTableContext passes its own).js-api/src/ui/domains/domains-editor.ts:90
query?DomainQuerySpec<string, string>The query the frame came from — what DomainFrameEditor.refresh re-runs, and what DomainFrameEditor.create runs to build it.js-api/src/ui/domains/domains-editor.ts:87
quiet?booleanSuppresses the editor's own informational balloons ('Saved N rows') for a host that phrases its own feedback; errors and the conflict dialog always show.js-api/src/ui/domains/domains-editor.ts:93