@types/office-js-preview 1.0.435 → 1.0.436
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- office-js-preview/README.md +1 -1
- office-js-preview/index.d.ts +16 -10
- office-js-preview/package.json +3 -3
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 12 Dec 2023 18:35:46 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -12813,7 +12813,8 @@ declare namespace Office {
|
|
|
12813
12813
|
*
|
|
12814
12814
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
12815
12815
|
*
|
|
12816
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
12816
|
+
* - This method is supported in Message Compose on Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently being
|
|
12817
|
+
* rolled out. For a sample scenario, see
|
|
12817
12818
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
12818
12819
|
* To learn more about APIs supported in Outlook mobile, see
|
|
12819
12820
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -12852,7 +12853,8 @@ declare namespace Office {
|
|
|
12852
12853
|
*
|
|
12853
12854
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
12854
12855
|
*
|
|
12855
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
12856
|
+
* - This method is supported in Message Compose on Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently being
|
|
12857
|
+
* rolled out. For a sample scenario, see
|
|
12856
12858
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
12857
12859
|
* To learn more about APIs supported in Outlook mobile, see
|
|
12858
12860
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
@@ -16097,8 +16099,9 @@ declare namespace Office {
|
|
|
16097
16099
|
*
|
|
16098
16100
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16099
16101
|
*
|
|
16100
|
-
* **Important**: This method is supported in Message Compose
|
|
16101
|
-
*
|
|
16102
|
+
* **Important**: This method is supported in Message Compose in Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently
|
|
16103
|
+
* being rolled out. For more information on supported APIs in Outlook mobile, see
|
|
16104
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16102
16105
|
*
|
|
16103
16106
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
16104
16107
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -16126,8 +16129,9 @@ declare namespace Office {
|
|
|
16126
16129
|
*
|
|
16127
16130
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16128
16131
|
*
|
|
16129
|
-
* **Important**: This method is supported in Message Compose in Outlook on Android
|
|
16130
|
-
*
|
|
16132
|
+
* **Important**: This method is supported in Message Compose in Outlook on Android. Support for this method in Message Compose on Outlook on iOS is currently
|
|
16133
|
+
* being rolled out. For more information on supported APIs in Outlook mobile, see
|
|
16134
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16131
16135
|
*
|
|
16132
16136
|
* @param callback - Optional. When the method completes, the function passed in the callback parameter is called with a single parameter,
|
|
16133
16137
|
* `asyncResult`, which is an `Office.AsyncResult` object.
|
|
@@ -16236,8 +16240,9 @@ declare namespace Office {
|
|
|
16236
16240
|
*
|
|
16237
16241
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16238
16242
|
*
|
|
16239
|
-
* **Important**: This method is supported in Outlook on Android
|
|
16240
|
-
*
|
|
16243
|
+
* **Important**: This method is supported in Outlook on Android. Support for this method in Outlook on iOS is currently being rolled out.
|
|
16244
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
16245
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16241
16246
|
*
|
|
16242
16247
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
16243
16248
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -16260,8 +16265,9 @@ declare namespace Office {
|
|
|
16260
16265
|
*
|
|
16261
16266
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16262
16267
|
*
|
|
16263
|
-
* **Important**: This method is supported in Outlook on Android
|
|
16264
|
-
*
|
|
16268
|
+
* **Important**: This method is supported in Outlook on Android. Support for this method in Outlook on iOS is currently being rolled out.
|
|
16269
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
16270
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16265
16271
|
*
|
|
16266
16272
|
* @param callback - When the method completes, the function passed in the `callback` parameter is called with a single parameter of
|
|
16267
16273
|
* type `Office.AsyncResult`. On success, the `asyncResult.value` property contains an object with the item's compose type
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.436",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
49
|
-
"typeScriptVersion": "4.
|
|
48
|
+
"typesPublisherContentHash": "e27948117bec43276a746f8eae24faa9b3a9310ddd350af6826fdeb54f0b96e7",
|
|
49
|
+
"typeScriptVersion": "4.6"
|
|
50
50
|
}
|