QuoteCommentsList Container
Displays conversation history for a quote.
Version: 1.0.0-beta5
Configuration
The QuoteCommentsList container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
quoteData | NegotiableQuoteModel | No | Quote 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 QuoteCommentsList container:
import { render as provider } from '@dropins/storefront-quote-management/render.js';import { QuoteCommentsList } from '@dropins/storefront-quote-management/containers/QuoteCommentsList.js';
await provider.render(QuoteCommentsList, { quoteData: quoteData,})(block);