Skip to main content

LinePermissions

Classes

LinePermissions

Constructors

Constructor
new LinePermissions(defaultValue?): LinePermissions;
Parameters
ParameterType
defaultValue?boolean
Returns

LinePermissions

Properties

propertyChanged
propertyChanged: EventObject<unknown>;

Accessors

allowChangeLineColor
Get Signature
get allowChangeLineColor(): boolean;
Returns

boolean

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

void

allowChangeLineWidth
Get Signature
get allowChangeLineWidth(): boolean;
Returns

boolean

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

void

Methods

clone()
clone(): LinePermissions;
Returns

LinePermissions

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

boolean

getSimplifiedObject()
getSimplifiedObject(): Object;
Returns

Object

Was this page helpful?