Skip to main content

DomainSessionOptions

Defined in: js-api/src/ui/domains/domains-session.ts:37

Properties

PropertyTypeDescriptionDefined in
quiet?booleanSuppresses the 'Saved N rows' balloon; by default the session is quiet when every editor is (see DomainFrameEditorOptions.quiet).js-api/src/ui/domains/domains-session.ts:40
schema?stringURL schema of the transaction; the first editor's by default. Ops of an editor on another schema are addressed as <schema>.<table>.js-api/src/ui/domains/domains-session.ts:43