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

A structure defining settings of the Image editor dialog.

Example

configuration = {
widgets: {
ImageEditorDialog: {
colorAdjustButtonEnabled: false,
},
},
};

Properties

colorAdjustButtonEnabled?

optional colorAdjustButtonEnabled?: boolean

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


cropButtonEnabled?

optional cropButtonEnabled?: boolean

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


backgroundEraseButtonEnabled?

optional backgroundEraseButtonEnabled?: boolean

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


fullscreenOnTouchDevice?

optional fullscreenOnTouchDevice?: boolean

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


imageContextMenuEnabled?

optional imageContextMenuEnabled?: boolean

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

Was this page helpful?