DaffUpsellProductsFacadeInterface
A facade for getting state about a particular product's upsell products.
import { DaffUpsellProductsFacadeInterface } from '@daffodil/upsell-products/state'
interface DaffUpsellProductsFacadeInterface<T extends DaffProduct = DaffProduct> {
upsellProducts$: Observable<T[]>
}
Properties
Name | Type | Description |
---|---|---|
upsellProducts$ | Observable<T[]> | A list of upsell products of the current product. |