Skip to main content

DomainSaveResult

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

What one DomainFrameEditor.save (or a DomainSession.save) wrote — all of it in ONE transaction. Ids and versions the server returned are written back into the frame; a host that keeps its own row objects re-queries after a successful save.

Properties

PropertyTypeDescriptionDefined in
assignedobjectServer id of every inserted row, keyed by the draft id (DomainFrameEditor.draftId) the row carried before the save.js-api/src/ui/domains/domains-editor.ts:80
deletednumber-js-api/src/ui/domains/domains-editor.ts:77
insertednumber-js-api/src/ui/domains/domains-editor.ts:75
updatednumber-js-api/src/ui/domains/domains-editor.ts:76