Type Alias UndoInfo

Displays information about the number of possible undos and redos. Is the layout for UndoInfoDef.

type UndoInfo = {
    qRedoCount?: number;
    qUndoCount?: number;
}
Index

Properties

qRedoCount?: number

Number of possible redos.

qUndoCount?: number

Number of possible undos.