Back to Website
Show / Hide Table of Contents

Class PermissionData

Package: @aurigma/design-atoms

Constructors

(constructor)(permission)

Constructs a new instance of the PermissionData class

Declaration
constructor(permission?: Permission);
Parameters
Type Name Description
Permission permission

Properties

AllowDelete

Declaration
AllowDelete: boolean;
Property Value
Type Description
boolean

AllowDragAndDrop

Declaration
AllowDragAndDrop: boolean;
Property Value
Type Description
boolean

AllowEditContent

Declaration
AllowEditContent: boolean;
Property Value
Type Description
boolean

AllowMoveHorizontal

Declaration
AllowMoveHorizontal: boolean;
Property Value
Type Description
boolean

AllowMoveVertical

Declaration
AllowMoveVertical: boolean;
Property Value
Type Description
boolean

AllowRotate

Declaration
AllowRotate: boolean;
Property Value
Type Description
boolean

NoPrint

Declaration
NoPrint: boolean;
Property Value
Type Description
boolean

NoShow

Declaration
NoShow: boolean;
Property Value
Type Description
boolean

ResizeGrips

Declaration
ResizeGrips: {
        Corner: ResizeGripsCorner[];
        Edge: boolean;
    };
Property Value
Type Description
{ Corner: ResizeGripsCorner[]; Edge: boolean; }

ShowDeleteToolbarButton

Declaration
ShowDeleteToolbarButton: boolean;
Property Value
Type Description
boolean

ShowDoneButton

Declaration
ShowDoneButton: boolean;
Property Value
Type Description
boolean

ShowEditToolbarButton

Declaration
ShowEditToolbarButton: boolean;
Property Value
Type Description
boolean

ShowHandleButton

Declaration
ShowHandleButton: boolean;
Property Value
Type Description
boolean

ShowHandleToolbarButton

Declaration
ShowHandleToolbarButton: boolean;
Property Value
Type Description
boolean

ShowSelectButton

Declaration
ShowSelectButton: boolean;
Property Value
Type Description
boolean

ShowSelectToolbarButton

Declaration
ShowSelectToolbarButton: boolean;
Property Value
Type Description
boolean

Methods

applyState(data, permission)

Declaration
static applyState(data: Partial<IPermissionData>, permission: Permission): void;
Parameters
Type Name Description
Partial<IPermissionData> data
Permission permission
Returns
Type Description
void
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