Vizel API / core/src / VizelVersionHistoryState
Interface: VizelVersionHistoryState
Defined in: packages/core/src/version-history.ts:63
Version history state
Properties
error
ts
error: Error | null;Defined in: packages/core/src/version-history.ts:69
Last error that occurred
isLoading
ts
isLoading: boolean;Defined in: packages/core/src/version-history.ts:67
Whether the history is loading
snapshots
ts
snapshots: VizelVersionSnapshot[];Defined in: packages/core/src/version-history.ts:65
All stored snapshots (newest first)