Module views/Replay/store/promotingProductsCaption
Functions
usePromotingProductsCaptionStore
- usePromotingProductsCaptionStore(maximumQueueNumber?: number): { calcCurrentDisplayPromotingProducts: ((currentTime: any) => void); displayPromotingProductIds: <internal>.ComputedRef<any[]>; resetPromotingProducts: (() => void); setPromotingProductsCaption: ((promotingProductsCaption: any) => void) }
Parameters
maximumQueueNumber: number = 1
Returns { calcCurrentDisplayPromotingProducts: ((currentTime: any) => void); displayPromotingProductIds: <internal>.ComputedRef<any[]>; resetPromotingProducts: (() => void); setPromotingProductsCaption: ((promotingProductsCaption: any) => void) }
calcCurrentDisplayPromotingProducts: ((currentTime: any) => void)
resetPromotingProducts: (() => void)
setPromotingProductsCaption: ((promotingProductsCaption: any) => void)
- (promotingProductsCaption: any): void
Parameters
promotingProductsCaption: any
Returns void