Interface IApplyProductThemeOptions
A structure defining options for managing history when changing a product theme.
Package: @aurigma/design-editor-iframe
Remarks
uses this structure.
Examples
options: {
addToHistory: false
}
Properties
addToHistory
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.
Declaration
addToHistory?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | If |