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
Properties
id
id:
string
A unique identifier.
Inherited from
name
name:
string
The item name.
Inherited from
tags
tags:
object={}
A dictionary containing product tags.
Index Signature
[key: string]: any
content
content:
Item
The item's content.