forked from extern/egroupware
started translating egw_action.js to ts
This commit is contained in:
parent
786b42cec6
commit
a5f61e8ef8
@ -162,6 +162,7 @@ export function egwActionHandler(_executeEvent)
|
||||
|
||||
/**
|
||||
* Associative array where action classes may register themselves
|
||||
* TODO(they never do??)
|
||||
*/
|
||||
if (typeof window._egwActionClasses == "undefined")
|
||||
window._egwActionClasses = {};
|
||||
|
2260
api/js/egw_action/ts/egw_action.ts
Normal file
2260
api/js/egw_action/ts/egw_action.ts
Normal file
File diff suppressed because it is too large
Load Diff
2
api/js/jsapi/egw_global.d.ts
vendored
2
api/js/jsapi/egw_global.d.ts
vendored
@ -863,7 +863,7 @@ declare interface IegwWndLocal extends IegwGlobal
|
||||
* @param {object} _context
|
||||
* @returns {mixed|Promise}
|
||||
*/
|
||||
applyFunc(_func : string|Function, args : Array<any>, _context? : Object) : Promise<any>|any
|
||||
applyFunc(_func : string|Function, args : IArguments, _context? : Object) : Promise<any>|any
|
||||
|
||||
/**
|
||||
* Registers a new handler plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user