Skip to main content

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?