Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Class: Item

A design element.

Remarks

You can refer to this element by id, a name, or tags.

Extends

Constructors

Constructor

new Item(rawComponent): Item

Parameters

rawComponent

Returns

Item

Overrides

ModelComponent.constructor

Properties

id

id: string

A unique identifier.

Inherited from

ModelComponent.id


name

name: string

The item name.

Inherited from

ModelComponent.name


tags

tags: object = {}

A dictionary containing product tags.

Index Signature

[key: string]: any


content

content: Item

The item's content.

Was this page helpful?