mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #34746 from ElizabethSamuel-MSFT/office-js-update-link
[office-js-preview] (Outlook) Tweak masterCategories link
This commit is contained in:
4
types/office-js-preview/index.d.ts
vendored
4
types/office-js-preview/index.d.ts
vendored
@@ -15312,7 +15312,7 @@ declare namespace Office {
|
||||
* Represents the categories on an item.
|
||||
*
|
||||
* In Outlook, a user can group messages and appointments by using a category to color-code them.
|
||||
* The user defines {@link MasterCategories | categories in a master list} on their mailbox.
|
||||
* The user defines {@link Office.MasterCategories | categories in a master list} on their mailbox.
|
||||
* They can then apply one or more categories to an item.
|
||||
*
|
||||
* [Api set: Mailbox Preview]
|
||||
@@ -15465,7 +15465,7 @@ declare namespace Office {
|
||||
/**
|
||||
* The color of the category.
|
||||
*/
|
||||
color: Office.MailboxEnums.CategoryColor;
|
||||
color: MailboxEnums.CategoryColor;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user