Methods
on
- on(eventName: "uploadfinished" | "uploadfailed", callback: (uploadItem?: UploadItem) => void, scope?: any, options?: object): void
-
Parameters
-
eventName: "uploadfinished" | "uploadfailed"
-
callback: (uploadItem?: UploadItem) => void
-
Optional scope: any
-
Optional options: object
Returns void
un
- un(eventName: "uploadfinished" | "uploadfailed", callback: (uploadItem?: UploadItem) => void, scope?: any): void
-
Parameters
-
eventName: "uploadfinished" | "uploadfailed"
-
callback: (uploadItem?: UploadItem) => void
-
Optional scope: any
Returns void
uploadResources
- uploadResources(companyName: string, cmpName: string, resources: ResourceMap): void
-
Parameters
-
companyName: string
-
cmpName: string
-
Returns void
This function is actually inherited from ExtJS: https://docs.sencha.com/extjs/6.2.0/modern/Ext.mixin.Observable.html#method-on