ProductGiftCardOptions Container
Version: 1.3.5
Configuration
The ProductGiftCardOptions container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
scope | string | No | Configuration for scope |
Slots
This container does not expose any customizable slots.
Usage
The following example demonstrates how to use the ProductGiftCardOptions container:
import { render as provider } from '@dropins/storefront-pdp/render.js';import { ProductGiftCardOptions } from '@dropins/storefront-pdp/containers/ProductGiftCardOptions.js';
await provider.render(ProductGiftCardOptions, { scope: "example",})(block);