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