Skip to main content

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?