diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 5d464c1e3c7a80..ee1badb01edad6 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -4751,7 +4751,7 @@ declare namespace Office { * * @remarks * - * **Important**: In Outlook, `officeTheme` is supported starting in {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1.14 | Mailbox requirement set 1.14}. + * **Important**: In Outlook, `officeTheme` is supported starting in {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | Mailbox requirement set 1.14}. * It isn't supported in Outlook add-ins that implement {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}. */ officeTheme: OfficeTheme; @@ -7627,7 +7627,7 @@ declare namespace Office { * * * **Important**: In Outlook, the Office theme API is supported starting in - * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1.14 | Mailbox requirement set 1.14}. + * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | Mailbox requirement set 1.14}. * It isn't supported in Outlook add-ins that implement {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}. */ interface OfficeTheme { @@ -18472,11 +18472,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should invoke the handler. @@ -18501,11 +18501,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should invoke the handler. @@ -19403,11 +19403,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should revoke the handler. @@ -19430,11 +19430,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should revoke the handler. diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 7cbc5d9e0e8808..c6f4e2b5f7e9e4 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -4747,7 +4747,7 @@ declare namespace Office { * * @remarks * - * **Important**: In Outlook, `officeTheme` is supported starting in {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1.14 | Mailbox requirement set 1.14}. + * **Important**: In Outlook, `officeTheme` is supported starting in {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | Mailbox requirement set 1.14}. * It isn't supported in Outlook add-ins that implement {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}. */ officeTheme: OfficeTheme; @@ -7623,7 +7623,7 @@ declare namespace Office { * * * **Important**: In Outlook, the Office theme API is supported starting in - * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1.14 | Mailbox requirement set 1.14}. + * {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | Mailbox requirement set 1.14}. * It isn't supported in Outlook add-ins that implement {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation | event-based activation}. */ interface OfficeTheme { @@ -17926,11 +17926,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should invoke the handler. @@ -17955,11 +17955,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should invoke the handler. @@ -18851,11 +18851,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should revoke the handler. @@ -18878,11 +18878,11 @@ declare namespace Office { * * * - * - * - * - * + * + * + * + * *
EventDescriptionMinimum requirement set
`DragAndDropEvent`A message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. - * This event is only supported in Outlook on the web and the new Outlook on Windows.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`ItemChanged`A different Outlook item is selected for viewing while the task pane is pinned.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-5 | 1.5}
`OfficeThemeChanged`The OfficeTheme is changed in Outlook.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-14 | 1.14}
`SelectedItemsChanged`One or more messages are selected or deselected.{@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-13 | 1.13}
DragAndDropEventA message or file attachment in the Outlook client window is dragged then dropped into the task pane of an add-in. + * This event is only supported in Outlook on the web and the new Outlook on Windows.1.5
ItemChangedA different Outlook item is selected for viewing while the task pane is pinned.1.5
OfficeThemeChangedThe OfficeTheme is changed in Outlook.1.14
SelectedItemsChangedOne or more messages are selected or deselected.1.13
* * @param eventType - The event that should revoke the handler.