egroupware_official/api/js/jsapi/egw_global.d.ts

18 lines
612 B
TypeScript
Raw Normal View History

/**
* for now use "somehow" created global egw
*/
declare function egw_getFramework() : any;
//declare var window : Window & typeof globalThis;
declare var chrome : any;
declare var InstallTrigger : any;
//declare function egw(string, object) : object;
declare var egw : any;
declare var app : {classes: any};
declare var egw_globalObjectManager : any;
declare var framework : any;
2020-01-21 10:12:39 +01:00
declare var egw_LAB : any;
2020-01-21 12:22:22 +01:00
declare function egwIsMobile() : boolean;
declare var mailvelope : any;
declare function egw_refresh(_msg : string, app : string, id? : string|number, _type?, targetapp?, replace?, _with?, msgtype?);