Back to Website
Show / Hide Table of Contents

Class ManipulationPermissions

Package: @aurigma/design-atoms-model

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
Type Description
boolean

allowDragAndDrop

Declaration
get allowDragAndDrop(): boolean;

set allowDragAndDrop(value: boolean);
Property Value
Type Description
boolean

allowMove

Declaration
get allowMove(): boolean;
Property Value
Type Description
boolean

allowMoveHorizontal

Declaration
get allowMoveHorizontal(): boolean;

set allowMoveHorizontal(value: boolean);
Property Value
Type Description
boolean

allowMoveVertical

Declaration
get allowMoveVertical(): boolean;

set allowMoveVertical(value: boolean);
Property Value
Type Description
boolean

allowResize

Declaration
get allowResize(): boolean;
Property Value
Type Description
boolean

allowRotate

Declaration
get allowRotate(): boolean;

set allowRotate(value: boolean);
Property Value
Type Description
boolean

allowRotateConstraint

Declaration
set allowRotateConstraint(value: boolean);
Property Value
Type Description
boolean

propertyChanged

Declaration
propertyChanged: EventObject<unknown>;
Property Value
Type Description
EventObject<unknown>

resizeGrips

Declaration
get resizeGrips(): ResizeGripsPermissions;

set resizeGrips(value: ResizeGripsPermissions);
Property Value
Type Description
ResizeGripsPermissions

type

Declaration
type: string;
Property Value
Type Description
string

type

Declaration
static type: string;
Property Value
Type Description
string

Methods

clone()

Declaration
clone(): ManipulationPermissions;
Returns
Type Description
ManipulationPermissions

CreateFromRaw(raw)

Declaration
static CreateFromRaw(raw: any): ManipulationPermissions;
Parameters
Type Name Description
any raw
Returns
Type Description
ManipulationPermissions

equals(p)

Declaration
equals(p: ManipulationPermissions): boolean;
Parameters
Type Name Description
ManipulationPermissions p
Returns
Type Description
boolean

getSimplifiedObject()

Declaration
getSimplifiedObject(): Object;
Returns
Type Description
Object
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback