PreferencesHistory
All preferences related to history logging
Properties
| Name | Type | Access | Min Version | Description | 
|---|---|---|---|---|
| createFirstSnapshot | boolean | R W | 24.0 | If true, automatically makes the first snapshot when a new document is created | 
| editLogItems | R W | 24.0 | Options for edit log items.  Sets `history.useHistoryLog = true` as side effect. | |
| nonLinearHistory | boolean | R W | 24.0 | If true, allows non-linear history | 
| numberOfHistoryStates | number | R W | 24.0 | The whole number of history states to preserve [1,1000]. | 
| saveLogItems | R W | 24.0 | Options for saving the history items. It can be metadata, file or both.  Sets `history.useHistoryLog = true` as side effect. | |
| typename | string | R | 24.0 | The class name of the referenced object: "PreferencesHistory". | 
| useHistoryLog | boolean | R W | 24.0 | Turn on and off the history logging |