Class Item
A design element.
Package: @aurigma/design-editor-iframe
Remarks
You can refer to this element by id, a name, or tags.
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Item class.
Properties
content
The item's content.
Declaration
content: Item;
Property Value
| Type | Description |
|---|---|
| Item | The item's content. |
tags
A dictionary containing product tags.
Declaration
tags: {
[key: string]: any;
};
Property Value
| Type | Description |
|---|---|
| { [key: string]: any; } | A dictionary containing product tags. |