Skip to content

Commit dc8bfc3

Browse files
[office-js][office-js-preview] (Outlook) Document character limit of Smart Alert dialog (DefinitelyTyped#71936)
1 parent 39636da commit dc8bfc3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23389,6 +23389,8 @@ declare namespace Office {
2338923389
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level (Outlook)}**: **restricted**
2339023390
*
2339123391
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
23392+
*
23393+
* **Important**: The error message must be 500 characters or less.
2339223394
*/
2339323395
errorMessage?: string;
2339423396
/**

types/office-js/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20985,6 +20985,8 @@ declare namespace Office {
2098520985
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level (Outlook)}**: **restricted**
2098620986
*
2098720987
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
20988+
*
20989+
* **Important**: The error message must be 500 characters or less.
2098820990
*/
2098920991
errorMessage?: string;
2099020992
/**

0 commit comments

Comments
 (0)