Class ManipulationPermissions
Constructors
(constructor)(defaultValue)
Constructs a new instance of the ManipulationPermissions class
Declaration
constructor(defaultValue?: boolean);
Parameters
| Type |
Name |
Description |
| boolean |
defaultValue |
|
Properties
allowDelete
Declaration
get allowDelete(): boolean;
set allowDelete(value: boolean);
Property Value
allowDragAndDrop
Declaration
get allowDragAndDrop(): boolean;
set allowDragAndDrop(value: boolean);
Property Value
allowMove
Declaration
get allowMove(): boolean;
Property Value
allowMoveHorizontal
Declaration
get allowMoveHorizontal(): boolean;
set allowMoveHorizontal(value: boolean);
Property Value
allowMoveVertical
Declaration
get allowMoveVertical(): boolean;
set allowMoveVertical(value: boolean);
Property Value
allowResize
Declaration
get allowResize(): boolean;
Property Value
allowRotate
Declaration
get allowRotate(): boolean;
set allowRotate(value: boolean);
Property Value
allowRotateConstraint
Declaration
set allowRotateConstraint(value: boolean);
Property Value
propertyChanged
Declaration
propertyChanged: EventObject<unknown>;
Property Value
resizeGrips
Declaration
get resizeGrips(): ResizeGripsPermissions;
set resizeGrips(value: ResizeGripsPermissions);
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
Methods
clone()
Declaration
clone(): ManipulationPermissions;
Returns
CreateFromRaw(raw)
Declaration
static CreateFromRaw(raw: any): ManipulationPermissions;
Parameters
| Type |
Name |
Description |
| any |
raw |
|
Returns
equals(p)
Declaration
equals(p: ManipulationPermissions): boolean;
Parameters
Returns
getSimplifiedObject()
Declaration
getSimplifiedObject(): Object;
Returns