new(core.gbapp): Better support for instance params.
This commit is contained in:
parent
ff70b88589
commit
349069bc72
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ export class GBMinInstance {
|
||||||
userProfile: any;
|
userProfile: any;
|
||||||
whatsAppDirectLine: any;
|
whatsAppDirectLine: any;
|
||||||
|
|
||||||
|
|
||||||
cbMap: {};
|
cbMap: {};
|
||||||
scriptMap: {};
|
scriptMap: {};
|
||||||
sandBoxMap: {};
|
sandBoxMap: {};
|
||||||
|
|
|
@ -62,4 +62,5 @@ export interface IGBCoreService {
|
||||||
installWebHook(isGet: boolean, url: string, callback: any);
|
installWebHook(isGet: boolean, url: string, callback: any);
|
||||||
setWWWRoot(localPath: string);
|
setWWWRoot(localPath: string);
|
||||||
setEntryPointDialog(dialogName: string);
|
setEntryPointDialog(dialogName: string);
|
||||||
|
getParam<T>(instance: IGBInstance, name: string, defaultValue?: T): any;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue