74470

574470 >= 2.2222.8

Hierarchy (view full)

Constructors

Properties

attributes: Props & Session
collection?: undefined
deprecatedMms3Url?: any
directPath?: any
encFilehash?: any
filehash?: any
id?: any
index?: any
isFirstParty: boolean
isPlaceholder: boolean
isState: true
mediaData?: any
mediaKey?: any
mediaKeyTimestamp?: any
mediaObject?: any
mimetype?: any
mirrorMask: {
    change:deprecatedMms3Url: undefined | number;
    change:directPath: undefined | number;
    change:encFilehash: undefined | number;
    change:filehash: undefined | number;
    change:id: undefined | number;
    change:index: undefined | number;
    change:isFirstParty: number;
    change:isPlaceholder: number;
    change:mediaData: undefined | number;
    change:mediaKey: undefined | number;
    change:mediaKeyTimestamp: undefined | number;
    change:mediaObject: undefined | number;
    change:mimetype: undefined | number;
    change:page: undefined | number;
    change:size: undefined | number;
    change:stale: undefined | number;
    change:stickers: undefined | number;
    change:type: undefined | number;
    change:url: undefined | number;
}
page?: any
parent?: any
proxyName: string
size?: any
stale?: any
stickers?: any
type?: any
url?: any
Proxy: string
allowedIds?: any[]
idClass?: any

Methods

  • 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
    • Rest...args: any[]

    Returns this

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