ProductShortDescription
The ProductShortDescription
container displays a short description of a product on the product details page.
The container receives initial product data during initialization to preload the component and, being event-driven, updates with data emitted to pdp/data
within the event scope.
ProductShortDescription configurations
The ProductShortDescription
container provides the following configuration options:
Example
The following example demonstrates how to configure the ProductShortDescription
container:
return productRenderer.render(ProductShortDescription, { scope: 'modal', // optional});