Back to Website
Show / Hide Table of Contents

Class Container

Inheritance
ModelComponent
Container
Package: @aurigma/design-atoms-model

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
Type Description
boolean

items

Declaration
get items(): Collection<BaseItem>;
Property Value
Type Description
Collection<BaseItem>

locked

Declaration
get locked(): boolean;

set locked(value: boolean);
Property Value
Type Description
boolean

parentComponent

Declaration
parentComponent: ModelComponent;
Property Value
Type Description
ModelComponent

region

Declaration
get region(): RectangleF;

set region(value: RectangleF);
Property Value
Type Description
RectangleF

renderingGroupName

Declaration
renderingGroupName?: string;
Property Value
Type Description
string

renderingType

Declaration
get renderingType(): RenderingType;
Property Value
Type Description
RenderingType

translationKey

Declaration
translationKey: string;
Property Value
Type Description
string

type

Declaration
readonly type: string;
Property Value
Type Description
string

type

Declaration
static type: string;
Property Value
Type Description
string

visible

Declaration
get visible(): boolean;

set visible(value: boolean);
Property Value
Type Description
boolean

Methods

_copy(source, destination, generateNewIds)

Declaration
protected _copy(source: Container, destination: Container, generateNewIds: boolean): void;
Parameters
Type Name Description
Container source
Container destination
boolean generateNewIds
Returns
Type Description
void

clone(generateNewIds)

Declaration
clone(generateNewIds?: boolean): Container;
Parameters
Type Name Description
boolean generateNewIds
Returns
Type Description
Container

generateNewIds()

Declaration
generateNewIds(): void;
Returns
Type Description
void

getSimplifiedObject()

Declaration
getSimplifiedObject(): Object;
Returns
Type Description
Object
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback