Skip to content

Commit c766b4a

Browse files
committed
Merged PR 194909: Add report getTheme API
[WIP]
1 parent b57d332 commit c766b4a

File tree

5 files changed

+152
-71
lines changed

5 files changed

+152
-71
lines changed

dist/powerbi-client.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,14 @@ declare module "report" {
13681368
* ```
13691369
*/
13701370
resetTheme(): Promise<void>;
1371+
/**
1372+
* get the theme of the report
1373+
*
1374+
* ```javascript
1375+
* report.getTheme();
1376+
* ```
1377+
*/
1378+
getTheme(): Promise<IReportTheme>;
13711379
/**
13721380
* Reset user's filters, slicers, and other data view changes to the default state of the report
13731381
*

0 commit comments

Comments
 (0)