HistoryState
Represents a single history state in the History panel.
Properties
Name
Type
Access
Min Version
Description
docId
number
R
22.5
The ID of the document of this history state.
id
number
R
22.5
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
R
22.5
The name of this history state as it appears on history panel.
snapshot
boolean
R
22.5
Whether this history state is a snapshot or an automatically generated history state.
typename
string
R
23.0
The class name of the referenced object: "HistoryState".