80666

480666 >= 2.2222.8

Hierarchy (view full)

Constructors

Properties

attributes: Props & Session
caption?: any
collection?: undefined
documentPageCount?: any
editedFile?: any
exception?: any
file?: any
fileExt?: any
fileOrigin?: any
filename?: any
filesize?: any
fullPreview?: any
fullPreviewSize?: any
gifAttribution?: any
id?: any
isGif: boolean
isState: true
isVcardOverMmsDocument: boolean
mediaEditorData?: any
mediaPrep?: any
mimetype?: any
mirrorMask: {
    change:caption: undefined | number;
    change:documentPageCount: undefined | number;
    change:editedFile: undefined | number;
    change:exception: undefined | number;
    change:file: undefined | number;
    change:fileExt: undefined | number;
    change:fileOrigin: undefined | number;
    change:filename: undefined | number;
    change:filesize: undefined | number;
    change:fullPreview: undefined | number;
    change:fullPreviewSize: undefined | number;
    change:gifAttribution: undefined | number;
    change:id: undefined | number;
    change:isGif: number;
    change:isVcardOverMmsDocument: number;
    change:mediaEditorData: undefined | number;
    change:mediaPrep: undefined | number;
    change:mimetype: undefined | number;
    change:originalMimetype: undefined | number;
    change:preview: undefined | number;
    change:previewable: undefined | number;
    change:processPromise: undefined | number;
    change:stale: undefined | number;
    change:state: undefined | number;
    change:type: undefined | number;
    change:uiProcessed: undefined | number;
}
originalMimetype?: any
parent?: any
preview?: any
previewable?: any
processPromise?: any
proxyName: string
stale?: any
state?: any
type?: any
uiProcessed?: 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.