HistoryState
Represents a single history state in the History panel
Properties#
| Name | Type | Access | Description |
|---|---|---|---|
| docId | number | Read-only | The ID of the document of this history state. |
| id | number | Read-only | For use with batchPlay operations. This history ID, along with its document ID can be used to represent this history state for the lifetime of this document. |
| name | string | Read-only | The name of this history state as it appears on history panel |
| parent | Document | Read-only | Owner document of this history state |
| snapshot | boolean | Read-only | Whether this history state is a snapshot or an automatically generated history state |
| typename | string | Read-only | The class name of the referenced HistoryState object |
