Back to Website
Show / Hide Table of Contents

Interface IFinishButtonConfig

The configuration of the Finish design button.

Package: @aurigma/design-editor-iframe
Examples
configuration = {
   widgets: {
       FinishButton: {
           mode: "Disabled"
       }
   }
};

Properties

mode

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.

Declaration
mode: FinishButtonMode.FinishButtonModeType;
Property Value
Type Description
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?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback