Class ImagePermissions
Constructors
(constructor)(defaultValue)
Constructs a new instance of the ImagePermissions class
Declaration
constructor(defaultValue?: boolean);
Parameters
| Type |
Name |
Description |
| boolean |
defaultValue |
|
Properties
allowChangeImage
Declaration
get allowChangeImage(): boolean;
set allowChangeImage(value: boolean);
Property Value
allowEditImage
Declaration
get allowEditImage(): boolean;
set allowEditImage(value: boolean);
Property Value
allowEditImageConstraint
Declaration
allowEditImageConstraint: boolean;
Property Value
allowKeepOverlayColor
Declaration
get allowKeepOverlayColor(): boolean;
set allowKeepOverlayColor(value: boolean);
Property Value
propertyChanged
Declaration
propertyChanged: EventObject<unknown>;
Property Value
Methods
clone()
Declaration
clone(): ImagePermissions;
Returns
equals(p)
Declaration
equals(p: ImagePermissions): boolean;
Parameters
Returns
getSimplifiedObject()
Declaration
getSimplifiedObject(): Object;
Returns