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