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