Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreVue/types/index.d.ts')
-rw-r--r--plugins/CoreVue/types/index.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/CoreVue/types/index.d.ts b/plugins/CoreVue/types/index.d.ts
index 34c9fa02c5..c4e7e14773 100644
--- a/plugins/CoreVue/types/index.d.ts
+++ b/plugins/CoreVue/types/index.d.ts
@@ -49,6 +49,9 @@ declare global {
interface PiwikPopoverGlobal {
isOpen();
+ setTitle(title: string): void;
+ setContent(html: string|HTMLElement|JQuery|JQLite): void;
+ showLoading(loadingName: string, popoverSubject: string, height: number, dialogClass: string): JQuery;
}
let Piwik_Popover: PiwikPopoverGlobal;