# Class: UniqueHistorySnapshot
# Hierarchy
- UniqueHistorySnapshot
# Implements
# Constructors
# constructor
+ new UniqueHistorySnapshot(id
: HistorySnapshotId, snapshot
: HistorySnapshot): UniqueHistorySnapshot
Defined in HistorySnapshot.ts:12
Parameters:
Name | Type |
---|---|
id | HistorySnapshotId |
snapshot | HistorySnapshot |
Returns: UniqueHistorySnapshot
# Properties
# id
• id: HistorySnapshotId
Defined in HistorySnapshot.ts:14
# Accessors
# mutation
• get mutation(): string
Defined in HistorySnapshot.ts:19
Returns: string
# stateData
• get stateData(): any
Defined in HistorySnapshot.ts:23
Returns: any
# Methods
# toSnapshot
▸ toSnapshot(): HistorySnapshot
Defined in HistorySnapshot.ts:31
Returns: HistorySnapshot