Skip to content

Vizel API / core/src / VizelVersionSnapshot

Interface: VizelVersionSnapshot

Defined in: packages/core/src/version-history.ts:16

A snapshot of the document at a point in time

Properties

author?

ts
optional author?: string;

Defined in: packages/core/src/version-history.ts:26

Optional author name


content

ts
content: JSONContent;

Defined in: packages/core/src/version-history.ts:20

Document content as JSON


description?

ts
optional description?: string;

Defined in: packages/core/src/version-history.ts:24

Optional description of changes


id

ts
id: string;

Defined in: packages/core/src/version-history.ts:18

Unique identifier


timestamp

ts
timestamp: number;

Defined in: packages/core/src/version-history.ts:22

When the snapshot was created

Released under the MIT License.