Class InteractiveZone
Inheritance
InteractiveZone
Properties
path
Declaration
get path(): Path;
set path(value: Path);
Property Value
snappingEnabled
Declaration
get snappingEnabled(): boolean;
set snappingEnabled(value: boolean);
Property Value
styleKey
Declaration
get styleKey(): string;
set styleKey(value: string);
Property Value
Methods
_copy(source, destination, generateNewIds)
Declaration
protected _copy(source: InteractiveZone, destination: InteractiveZone, generateNewIds: boolean): void;
Parameters
Returns
clone(generateNewIds)
Declaration
clone(generateNewIds?: boolean): InteractiveZone;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
Returns