Skip to content

Commit 161f742

Browse files
Andriy MalishShahak Yosef
Andriy Malish
authored and
Shahak Yosef
committed
Merged PR 225861: [Storytelling] - #619441 - modify window.powerbi object, avoid name collision
Modify window.powerbi object, in order to avoid name collision Related work items: #619441
1 parent 53608cf commit 161f742

File tree

4 files changed

+112
-93
lines changed

4 files changed

+112
-93
lines changed

dist/powerbi-client.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2771,6 +2771,7 @@ declare module "powerbi-client" {
27712771
global {
27722772
interface Window {
27732773
powerbi: service.Service;
2774+
powerBISDKGlobalServiceInstanceName?: string;
27742775
}
27752776
}
27762777
}

0 commit comments

Comments
 (0)