Skip to main content

IImagePermissionsData

Interfaces

IImagePermissionsData

A structure defining the image permissions.

Example

{
"defaultItemsConfig": {
"image": {
"imagePermissions": {
"allowChangeImage": false,
"allowEditImage": false
}
}
}
}

Properties

allowChangeImage?
optional allowChangeImage?: boolean;

Allows your users to change images. This property enables the Select image command in menus. Also, if it is false, your users cannot change images by double-clicking. The default value is true.

allowEditImage?
optional allowEditImage?: boolean;

Allows your users to open the Image Editor. This property enables the Edit command. The default value is true.

allowKeepOverlayColor?
optional allowKeepOverlayColor?: boolean;

Allows your users to keep theoverlay color. The default value is true.

Was this page helpful?