Skip to main content

PlaceholderPermissions

Classes

PlaceholderPermissions

Constructors

Constructor
new PlaceholderPermissions(): PlaceholderPermissions;
Returns

PlaceholderPermissions

Properties

propertyChanged
propertyChanged: EventObject<unknown>;
showHandleButton
showHandleButton: boolean;
showSelectButtonConstraint
showSelectButtonConstraint: boolean = null;

Accessors

allowEditContent
Get Signature
get allowEditContent(): boolean;
Returns

boolean

Set Signature
set allowEditContent(value): void;
Parameters
ParameterType
valueboolean
Returns

void

showSelectButton
Get Signature
get showSelectButton(): boolean;
Returns

boolean

Set Signature
set showSelectButton(value): void;
Parameters
ParameterType
valueboolean
Returns

void

Methods

clone()
clone(): PlaceholderPermissions;
Returns

PlaceholderPermissions

equals()
equals(p): boolean;
Parameters
ParameterType
pPlaceholderPermissions
Returns

boolean

getSimplifiedObject()
getSimplifiedObject(): Object;
Returns

Object

Was this page helpful?