Skip to content

Commit

Permalink
[all hosts] Pull in kbd changes from DT (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethSamuel-MSFT authored Jan 30, 2025
1 parent fb03437 commit 58393ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ methods:
2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog,
clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
The `BeforeDocumentCloseNotification` API is only supported in Excel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ methods:
2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog,
clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
The `BeforeDocumentCloseNotification` API is only supported in Excel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3672,7 +3672,7 @@ export declare namespace Office {
*
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
*
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
*
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
* @param handler - The event handler that is called when the dialog is cancelled.
Expand Down
2 changes: 1 addition & 1 deletion generate-docs/api-extractor-inputs-office/office.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,7 @@ export declare namespace Office {
*
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
*
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
*
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
* @param handler - The event handler that is called when the dialog is cancelled.
Expand Down
2 changes: 1 addition & 1 deletion generate-docs/script-inputs/office.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3677,7 +3677,7 @@ declare namespace Office {
*
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
*
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
*
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
* @param handler The event handler that is called when the dialog is cancelled.
Expand Down
2 changes: 1 addition & 1 deletion generate-docs/script-inputs/office_preview.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3723,7 +3723,7 @@ declare namespace Office {
*
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
*
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
*
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
* @param handler The event handler that is called when the dialog is cancelled.
Expand Down

0 comments on commit 58393ff

Please sign in to comment.