UndoInfo
Overview
Displays information about the number of possible undos and redos. Is the layout for UndoInfoDef.
Properties
Name | Description | Type |
---|---|---|
qUndoCount | Number of possible undos | Integer |
qRedoCount | Number of possible redos | Integer |
Example
"qUndoInfo": {
"qUndoCount": 3,
"qRedoCount": 1
}