Skip to content

Commit bd35184

Browse files
Update note on client support (DefinitelyTyped#66776)
1 parent ec87d18 commit bd35184

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -8536,13 +8536,14 @@ declare namespace Office {
85368536
/**
85378537
* Specifies the category color.
85388538
*
8539-
* **Note**: The actual color depends on how the Outlook client renders it.
8540-
* In this case, the colors noted on each preset are for the Outlook desktop client.
8541-
*
85428539
* @remarks
85438540
* [Api set: Mailbox 1.8]
85448541
*
85458542
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
8543+
*
8544+
* **Important**: The actual color depends on how the Outlook client renders it.
8545+
* In this case, the colors noted on each preset apply to Outlook on Windows, on the web,
8546+
* and on Mac (starting in Version 16.78).
85468547
*/
85478548
enum CategoryColor {
85488549
/**

types/office-js/index.d.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -8475,13 +8475,14 @@ declare namespace Office {
84758475
/**
84768476
* Specifies the category color.
84778477
*
8478-
* **Note**: The actual color depends on how the Outlook client renders it.
8479-
* In this case, the colors noted on each preset are for the Outlook desktop client.
8480-
*
84818478
* @remarks
84828479
* [Api set: Mailbox 1.8]
84838480
*
84848481
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
8482+
*
8483+
* **Important**: The actual color depends on how the Outlook client renders it.
8484+
* In this case, the colors noted on each preset apply to Outlook on Windows, on the web,
8485+
* and on Mac (starting in Version 16.78).
84858486
*/
84868487
enum CategoryColor {
84878488
/**

0 commit comments

Comments
 (0)