Skip to content

Product Description

This webcomponent dispatches event that informs it has been connected to the DOM. Other webcomponents may listen to that event, and perform some action. It is used for communication with the Product Short Description webcomponent.

Attributes

Attribute name Type Description
id (mandatory) string ID of the full description. Needed to sync with Short Description.

Event Bus events

This webcomponent dispatches the following events with the Event Bus:

Example

<product-description id="description">
    Some description
</product-description>