QuoteTemplateHistoryLog Container
The QuoteTemplateHistoryLog container shows the complete history of changes and updates for a quote template.
Version: 1.0.0-beta1
Configuration
The QuoteTemplateHistoryLog container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
templateData | NegotiableQuoteTemplateModel | No | Data object for template |
Slots
This container does not currently expose any customizable slots.
Usage
The following example demonstrates how to use the QuoteTemplateHistoryLog container:
import { render as provider } from '@dropins/storefront-quote-management/render.js';import { QuoteTemplateHistoryLog } from '@dropins/storefront-quote-management/containers/QuoteTemplateHistoryLog.js';
await provider.render(QuoteTemplateHistoryLog, { templateData: templateData,})(block);