Skip to content

Commit 3cf1327

Browse files
authored
Add fluentThemeData to Office.context.officeTheme property (DefinitelyTyped#73461)
1 parent 7494eeb commit 3cf1327

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

types/office-js-preview/index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7280,6 +7280,14 @@ declare namespace Office {
72807280
* event.
72817281
*/
72827282
themeId: ThemeId;
7283+
/**
7284+
* Gets the Office host native theme.
7285+
*
7286+
* @remarks
7287+
*
7288+
* **Important**: The `fluentThemeData` property is only supported on Win32.
7289+
*/
7290+
fluentThemeData?: object;
72837291
}
72847292
/**
72857293
* Specifies a cell, or row, or column, by its zero-based row and/or column number. Example: `{row: 3, column: 4}` specifies the cell in the 3rd

types/office-js/index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7270,6 +7270,14 @@ declare namespace Office {
72707270
* event.
72717271
*/
72727272
themeId: ThemeId;
7273+
/**
7274+
* Gets the Office host native theme.
7275+
*
7276+
* @remarks
7277+
*
7278+
* **Important**: The `fluentThemeData` property is only supported on Win32.
7279+
*/
7280+
fluentThemeData?: object;
72737281
}
72747282
/**
72757283
* Specifies a cell, or row, or column, by its zero-based row and/or column number. Example: `{row: 3, column: 4}` specifies the cell in the 3rd

0 commit comments

Comments
 (0)