Skip to main content

ShapeViolationSettings

Classes

ShapeViolationSettings

Extends

Extended by

Constructors

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

ShapeViolationSettings

Overrides

ViolationSettings.constructor

Properties

allowBleedArea
allowBleedArea: boolean;
Inherited from

ViolationSettings.allowBleedArea

allowRegion
allowRegion: boolean;
Inherited from

ViolationSettings.allowRegion

allowSafetyLines
allowSafetyLines: boolean;
Inherited from

ViolationSettings.allowSafetyLines

allowShape
allowShape: boolean;
id
id: string;
Inherited from

ViolationSettings.id

type
type: string = ShapeViolationSettings.type;
Overrides

ViolationSettings.type

type
static type: string = "ShapeViolationSettings";
Overrides

ViolationSettings.type

Accessors

name
Get Signature
get name(): string;
Returns

string

Set Signature
set name(value): void;
Parameters
ParameterType
valuestring
Returns

void

Inherited from

ViolationSettings.name

tags
Get Signature
get tags(): object;
Returns

object

Set Signature
set tags(value): void;
Parameters
ParameterType
value{ [key: string]: any; }
Returns

void

Inherited from

ViolationSettings.tags

version
Get Signature
get version(): string;
Returns

string

Inherited from

ViolationSettings.version

Methods

addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
ParameterType
listener(sender, eventArgs) => void
Returns

void

Inherited from

ViolationSettings.addPropertyChanged

clone()
clone(targetObject?): ShapeViolationSettings;
Parameters
ParameterTypeDefault value
targetObjectShapeViolationSettingsnull
Returns

ShapeViolationSettings

Overrides

ViolationSettings.clone

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

boolean

Overrides

ViolationSettings.equals

generateNewIds()
generateNewIds(): void;
Returns

void

Inherited from

ViolationSettings.generateNewIds

getSimplifiedObject()
getSimplifiedObject(omitProperties?): object;
Parameters
ParameterType
omitProperties?string | string[]
Returns

object

Inherited from

ViolationSettings.getSimplifiedObject

removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
ParameterType
listener(sender, eventArgs) => void
Returns

void

Inherited from

ViolationSettings.removePropertyChanged

toString()
toString(): string;

Returns a string representation of an object.

Returns

string

Inherited from

ViolationSettings.toString

Was this page helpful?