@types/office-js-preview 1.0.313 → 1.0.314
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
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
|
|
|
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: Wed, 15 Jun 2022 19:01:37 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -1100,15 +1100,15 @@ declare namespace Office {
|
|
|
1100
1100
|
*/
|
|
1101
1101
|
interface EventCompletedOptions {
|
|
1102
1102
|
/**
|
|
1103
|
-
*
|
|
1103
|
+
* When the completed method is used to signal completion of an event handler,
|
|
1104
1104
|
* this value indicates if the handled event should continue execution or be canceled.
|
|
1105
1105
|
* For example, an add-in that handles the `ItemSend` event can set `allowEvent` to `false` to cancel sending of the message.
|
|
1106
1106
|
*/
|
|
1107
1107
|
allowEvent: boolean;
|
|
1108
1108
|
|
|
1109
1109
|
/**
|
|
1110
|
-
*
|
|
1111
|
-
* this value sets the error message that will be displayed to the user. For an example, refer to
|
|
1110
|
+
* When the completed method is used to signal completion of an event handler and if the `allowEvent` option is set to `false`,
|
|
1111
|
+
* this value sets the error message that will be displayed to the user. For an example, refer to the
|
|
1112
1112
|
* {@link https://docs.microsoft.com/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough | Smart Alerts walkthrough}.
|
|
1113
1113
|
*
|
|
1114
1114
|
* [Api set: Mailbox preview]
|
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.314",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "6d76cd8d1b85ff8d38e7c351dcbd2c4d888c5cd51d7f84d58b3c54db021594b5",
|
|
49
49
|
"typeScriptVersion": "4.0"
|
|
50
50
|
}
|