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