Interface: IImageEditorDialogConfig
A structure defining settings of the Image editor dialog.
Example
configuration = {
widgets: {
ImageEditorDialog: {
colorAdjustButtonEnabled: false,
},
},
};
Properties
colorAdjustButtonEnabled?
optionalcolorAdjustButtonEnabled?:boolean
Displays the Adjust button in the Image Editor. The default value is true.
cropButtonEnabled?
optionalcropButtonEnabled?:boolean
Displays the Crop button in the Image Editor. The default value is true.
backgroundEraseButtonEnabled?
optionalbackgroundEraseButtonEnabled?:boolean
Displays the Background button in the Image Editor. The default value is true.
fullscreenOnTouchDevice?
optionalfullscreenOnTouchDevice?:boolean
If true, the Image Editor opens in the full-screen mode on mobile devices. The default value is true.
imageContextMenuEnabled?
optionalimageContextMenuEnabled?:boolean
If true, the Image Editor allow to open contextmenu by rightclick. The default value is true.