Skip to content

Documentation / @geoverse/editor-core / BuiltTransaction

Interface: BuiltTransaction

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:26

Properties

insertedTempIds

ts
insertedTempIds: string[];

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:29

Insert 元素对应的客户端临时 id,按出现顺序——用于与响应 InsertResults 的 fid 对账。


xml

ts
xml: string;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:27