Back to Website
Show / Hide Table of Contents

Interface IImageEditorDialogConfig

A structure defining settings of the Image editor dialog.

Package: @aurigma/design-editor-iframe
Examples
configuration = {
   widgets: {
       ImageEditorDialog: {
           colorAdjustButtonEnabled: false
       }
   }
};

Properties

backgroundEraseButtonEnabled

Displays the **Background** button in the **Image Editor**. The default value is true.

Declaration
backgroundEraseButtonEnabled?: boolean;
Property Value
Type Description
boolean

Displays the **Background** button in the **Image Editor**. The default value is true.

colorAdjustButtonEnabled

Displays the **Adjust** button in the **Image Editor**. The default value is true.

Declaration
colorAdjustButtonEnabled?: boolean;
Property Value
Type Description
boolean

Displays the **Adjust** button in the **Image Editor**. The default value is true.

cropButtonEnabled

Displays the **Crop** button in the **Image Editor**. The default value is true.

Declaration
cropButtonEnabled?: boolean;
Property Value
Type Description
boolean

Displays the **Crop** button in the **Image Editor**. The default value is true.

fullscreenOnTouchDevice

If true, the **Image Editor** opens in the full-screen mode on mobile devices. The default value is true.

Declaration
fullscreenOnTouchDevice?: boolean;
Property Value
Type Description
boolean

If true, the **Image Editor** opens in the full-screen mode on mobile devices. The default value is true.

imageContextMenuEnabled

If true, the **Image Editor** allow to open contextmenu by rightclick. The default value is true.

Declaration
imageContextMenuEnabled?: boolean;
Property Value
Type Description
boolean

If true, the **Image Editor** allow to open contextmenu by rightclick. The default value is true.

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