Class Container
Constructors
(constructor)(initialItems, name)
Constructs a new instance of the Container class
Declaration
constructor(initialItems?: BaseItem[], name?: string);
Parameters
| Type |
Name |
Description |
| BaseItem[] |
initialItems |
|
| string |
name |
|
Properties
_locked
Declaration
protected _locked: boolean;
Property Value
items
Declaration
get items(): Collection<BaseItem>;
Property Value
locked
Declaration
get locked(): boolean;
set locked(value: boolean);
Property Value
parentComponent
Declaration
parentComponent: ModelComponent;
Property Value
region
Declaration
get region(): RectangleF;
set region(value: RectangleF);
Property Value
renderingGroupName
Declaration
renderingGroupName?: string;
Property Value
renderingType
Declaration
get renderingType(): RenderingType;
Property Value
translationKey
Declaration
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
visible
Declaration
get visible(): boolean;
set visible(value: boolean);
Property Value
Methods
_copy(source, destination, generateNewIds)
Declaration
protected _copy(source: Container, destination: Container, generateNewIds: boolean): void;
Parameters
Returns
clone(generateNewIds)
Declaration
clone(generateNewIds?: boolean): Container;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
Returns
generateNewIds()
Declaration
Returns
getSimplifiedObject()
Declaration
getSimplifiedObject(): Object;
Returns