mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
18 lines
612 B
TypeScript
18 lines
612 B
TypeScript
/**
|
|
* 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;
|
|
declare var egw_LAB : any;
|
|
declare function egwIsMobile() : boolean;
|
|
|
|
declare var mailvelope : any;
|
|
|
|
declare function egw_refresh(_msg : string, app : string, id? : string|number, _type?, targetapp?, replace?, _with?, msgtype?); |