mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
moving webserverUrl property to IegwGlobal interface from global egw object
This commit is contained in:
parent
b45a74ac36
commit
025b2cc431
7
api/js/jsapi/egw_global.d.ts
vendored
7
api/js/jsapi/egw_global.d.ts
vendored
@ -21,7 +21,7 @@ declare var egw : Iegw;
|
||||
/**
|
||||
* Interface for global egw with window global or local methods or as function returning an object allowing also application local methods
|
||||
*/
|
||||
declare interface Iegw extends IegwWndLocal { (_app? : string, _wnd? : Window) : IegwAppLocal, webserverUrl : string }
|
||||
declare interface Iegw extends IegwWndLocal { (_app? : string, _wnd? : Window) : IegwAppLocal }
|
||||
|
||||
/**
|
||||
* Return type for egw.app() call
|
||||
@ -54,6 +54,11 @@ declare interface IegwData
|
||||
*/
|
||||
declare interface IegwGlobal
|
||||
{
|
||||
/**
|
||||
* Base URL of EGroupware install "/egroupware" or full URL incl. schema and domain
|
||||
*/
|
||||
webserverUrl : string;
|
||||
|
||||
/**
|
||||
* implemented in egw_config.js
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user