You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/powerbi.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ export class PowerBi {
58
58
/**
59
59
* Remove component from the list of embedded components.
60
60
*/
61
-
remove(component: Embed): void;
61
+
reset(element: HTMLElement): void;
62
62
/**
63
63
* Handler for window message event.
64
64
* Parses event data as json and if it came from an iframe that matches one from an existing embeded component re-dispatches the event on the iframe's parent element
0 commit comments