forked from extern/egroupware
Update declaration signature
This commit is contained in:
parent
9942ec9f08
commit
a7940fe4f6
4
api/js/jsapi/egw_global.d.ts
vendored
4
api/js/jsapi/egw_global.d.ts
vendored
@ -913,9 +913,9 @@ declare interface IegwWndLocal extends IegwGlobal
|
||||
* @param {function} _callback callback function which should be called upon a "data" response is received
|
||||
* @param {object} _sender is the reference object the callback function should get
|
||||
* @param {function} _callbeforesend optional callback function which can modify the parameters, eg. to do some own queuing
|
||||
* @return string uid of the queued request
|
||||
* @return Promise
|
||||
*/
|
||||
jsonq(_menuaction : string, _parameters? : any[], _callback? : Function, _sender? : object, _callbeforesend? : Function) : string;
|
||||
jsonq(_menuaction : string, _parameters? : any[], _callback? : Function, _sender? : object, _callbeforesend? : Function) : Promise<any>;
|
||||
|
||||
/**
|
||||
* implemented in egw_message.js
|
||||
|
Loading…
Reference in New Issue
Block a user