Skip to main content

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?