Home > widget-integration > CombinedQuickViewUIHooks

CombinedQuickViewUIHooks interface

Signature:

export interface CombinedQuickViewUIHooks extends CombinedListingHooks 

Extends: CombinedListingHooks

Properties

Property

Modifiers

Type

Description

handleSliderNavigation

(index: number, images: ProductImage[], thumbItems: NodeListOf<HTMLElement>) => void

selectThumbnail

(index: number) => void

updateDetailLink

(modal: HTMLElement, variant: PreOrderVariant) => void

updateLabels

(modal: HTMLElement, variant: PreOrderVariant) => void

updateNavigationButtons

(modal: HTMLElement, imageCount: number) => void