Class ModelComponent
A basic component containing the name and ID of a component.
Package: @aurigma/design-editor-iframe
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ModelComponent class.
Properties
id
A unique identifier.
Declaration
id: string;
Property Value
| Type | Description |
|---|---|
| string | A unique identifier. |
name
The item name.
Declaration
name: string;
Property Value
| Type | Description |
|---|---|
| string | The item name. |