Appearance
@luminaphoto/lumina-js / Client / HistoryEntry
Interface: HistoryEntry
History entry representing a single operation applied to the image
Properties
| Property | Type | Description |
|---|---|---|
id | string | Unique identifier for the operation |
nodeType | NodeType | Shared NodeType enum value corresponding to the operation |
operationType | string | Human-readable operation type string |
payload | Record<string, unknown> | Complete operation parameters as passed to the apply method |
timestamp | number | Unix timestamp when the operation was applied |