DomainSessionOptions
Defined in: js-api/src/ui/domains/domains-session.ts:37
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
quiet? | boolean | Suppresses 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? | string | URL 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 |