Interface: IApplyProductThemeOptions
A structure defining options for managing history when changing a product theme.
Remarks
Editor.applyProductTheme uses this structure.
Example
options: {
addToHistory: false;
}
Properties
addToHistory?
optionaladdToHistory?:boolean
If true, adds a new user action to the history to allow your users to revert the applied theme using the Undo button. The default value is true.