Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

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?

optional addToHistory?: 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.

Was this page helpful?