9468

509468 >= 2.2222.8

Hierarchy (View Summary)

Constructors

Properties

additionalImageCdnUrl?: any
additionalImageHashes?: any
attributes: Props & Session
availability?: any
canAppeal: boolean
catalogWid?: any
checkmark?: any
collection?: undefined
currency?: any
description?: any
fetchedFromServer?: any
id?: any
image: undefined | string
imageCdnUrl?: any
imageCount?: any
imageHash?: any
index?: any
isHidden?: boolean
isState: true
mirrorMask: {
    "change:additionalImageCdnUrl"?: number;
    "change:additionalImageHashes"?: number;
    "change:availability"?: number;
    "change:canAppeal": number;
    "change:catalogWid"?: number;
    "change:checkmark"?: number;
    "change:currency"?: number;
    "change:description"?: number;
    "change:fetchedFromServer"?: number;
    "change:id"?: number;
    "change:imageCdnUrl"?: number;
    "change:imageCount"?: number;
    "change:imageHash"?: number;
    "change:index"?: number;
    "change:isHidden"?: number;
    "change:name"?: number;
    "change:old"?: number;
    "change:priceAmount1000"?: number;
    "change:productImageCollection"?: number;
    "change:productMsgMediaData"?: number;
    "change:retailerId"?: number;
    "change:reviewStatus"?: number;
    "change:salePriceAmount1000"?: number;
    "change:salePriceEndDate"?: number;
    "change:salePriceStartDate"?: number;
    "change:stale"?: number;
    "change:t"?: number;
    "change:url"?: number;
}
name?: string
old?: any
parent?: any
priceAmount1000?: any
productImageCollection?: any
productMsgMediaData?: any
proxyName: string
retailerId?: any
reviewStatus?: any
salePriceAmount1000?: any
salePriceEndDate?: any
salePriceStartDate?: any
stale?: any
t?: any
url?: any
allowedIds?: any[]
idClass?: any
Proxy: string

Methods

  • Alias of on

    Parameters

    • eventName: Event
    • listener: Listener
    • Optionalcontext: any

    Returns this

    on

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Removes the specified listener from the listener array for the event named eventName.

    Parameters

    • OptionaleventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Adds the listener function to the end of the listeners array for the event named eventName.

    Parameters

    • eventName: Event

      The name of the event.

    • listener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Adds a one-time listener function for the event named eventName.

    Parameters

    • eventName: Event

      The name of the event.

    • listener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Synchronously calls each of the listeners registered for the event named eventName, in the order they were registered, passing the supplied arguments to each.

    Parameters

    • eventName: Event
    • ...args: any[]

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Alias of off

    Parameters

    • OptionaleventName: Event
    • Optionallistener: Listener
    • Optionalcontext: any

    Returns this

    off