Home > widget-integration > CombinedQuickViewUIHooks
CombinedQuickViewUIHooks interface
Signature:
export interface CombinedQuickViewUIHooks extends CombinedListingHooks
Extends: CombinedListingHooks
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(index: number, images: ProductImage[], thumbItems: NodeListOf<HTMLElement>) => void | |||
|
(index: number) => void | |||
|
(modal: HTMLElement, variant: PreOrderVariant) => void | |||
|
(modal: HTMLElement, variant: PreOrderVariant) => void | |||
|
(modal: HTMLElement, imageCount: number) => void |