Skip to content

Documentation / @geoverse/editor-core / RecordMeta

Interface: RecordMeta

Defined in: packages/editor-core/src/history/index.ts:166

Properties

actor?

ts
optional actor?: string;

Defined in: packages/editor-core/src/history/index.ts:168


at?

ts
optional at?: number;

Defined in: packages/editor-core/src/history/index.ts:170

落库时间(epoch ms),默认 Date.now()。


txId?

ts
optional txId?: string;

Defined in: packages/editor-core/src/history/index.ts:167