30000

330000 >= 2.2222.8

Hierarchy (view full)

Constructors

Properties

allowedIds?: any
attributes: Props & Session
chatActive: boolean
chatstate?: ChatstateModel
collection?: undefined
forceDisplay: boolean
forceDisplayTimer?: any
hasData: boolean
id: Wid
idClass: typeof Wid
isGroup: boolean
isOnline: boolean
isState: true
isSubscribed: boolean
isUser: boolean
mirrorMask: {
    change:chatActive: number;
    change:chatstate: undefined | number;
    change:forceDisplay: number;
    change:forceDisplayTimer: undefined | number;
    change:hasData: number;
    change:id: number;
    change:isGroup: number;
    change:isOnline: number;
    change:isSubscribed: number;
    change:isUser: number;
    change:withholdDisplayStage: undefined | number;
    change:withholdDisplayTimer: undefined | number;
}
parent?: any
proxyName: string
withholdDisplayStage?: any
withholdDisplayTimer?: 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.