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: IFinishButtonConfig

The configuration of the Finish design button.

Example

configuration = {
widgets: {
FinishButton: {
mode: "Disabled",
},
},
};

Properties

mode

mode: FinishButtonModeType

Defines the behavior of the Finish design button:

  • "Disabled" hides the button and enables the callback that could be handled.

  • "Download" is a debug mode that shows the button and disables the callback, but allows downloading the hi-res output.

Was this page helpful?