Home > widget-integration > BackInStockController

BackInStockController class

Signature:

export declare class BackInStockController extends Controller 

Extends: Controller

Constructors

Constructor

Modifiers

Description

(constructor)(backInStockService, appService, platformLoader, backInStockAPI, wcagHelper, domHelper, constants)

Constructs a new instance of the BackInStockController class

Properties

Property

Modifiers

Type

Description

appService

protected

AppService

backInStockAPI

protected

BackInStockAPI

backInStockService

protected

BackInStockService

cleanupFn

protected

(() => void) | null

constants

protected

BackInStockConstants

domHelper

protected

DomHelper

phoneDropdownState

protected

Signal<PhoneDropdownState>

platformLoader

protected

PlatformLoader

state

protected

Signal<BackInStockState>

VARIANT_UI_SELECTORS

string

wcagHelper

protected

WCAGHelper

Methods