Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

QuoteTemplateCommentsList Container

The QuoteTemplateCommentsList container displays all comments associated with a quote template.

Version: 1.0.0

Configuration

The QuoteTemplateCommentsList container provides the following configuration options:

ParameterTypeReq?Description
templateDataNegotiableQuoteTemplateModelNoTemplate data object. Auto-populated from drop-in state when omitted.

Slots

This container does not expose any customizable slots.

Usage

The following example demonstrates how to use the QuoteTemplateCommentsList container:

import { render as provider } from '@dropins/storefront-quote-management/render.js';
import { QuoteTemplateCommentsList } from '@dropins/storefront-quote-management/containers/QuoteTemplateCommentsList.js';
await provider.render(QuoteTemplateCommentsList, {
templateData: templateData,
})(block);