@types/office-js-preview 1.0.707 → 1.0.709
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-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: Fri, 29 May 2026 21:14:01 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -4881,6 +4881,11 @@ declare namespace Office {
|
|
|
4881
4881
|
platform: Office.PlatformType;
|
|
4882
4882
|
/**
|
|
4883
4883
|
* Gets the version of Office on which the add-in is running.
|
|
4884
|
+
*
|
|
4885
|
+
* @remarks
|
|
4886
|
+
* In Office on Windows, the value returned by the `version` property uses the format 16.0.\<build\>.\<revision\>.
|
|
4887
|
+
* To compare a version shown as Version xxxx (Build xxxxx.xxxxx) with the `version` value, use the full build number (\<build\>.\<revision\>).
|
|
4888
|
+
* For example, in Version 2603 (Build 19822.20000), use 19822.20000 for comparison.
|
|
4884
4889
|
*/
|
|
4885
4890
|
version: string;
|
|
4886
4891
|
}
|
|
@@ -21512,7 +21517,7 @@ declare namespace Office {
|
|
|
21512
21517
|
}
|
|
21513
21518
|
/**
|
|
21514
21519
|
* Specifies the behavior of an {@link https://learn.microsoft.com/office/dev/add-ins/outlook/encryption-decryption | encryption add-in} after it completes processing an
|
|
21515
|
-
* {@link https://learn.microsoft.com/
|
|
21520
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation#outlook-events | OnMessageDecrypt} event.
|
|
21516
21521
|
*
|
|
21517
21522
|
* @remarks
|
|
21518
21523
|
*
|
|
@@ -21527,7 +21532,7 @@ declare namespace Office {
|
|
|
21527
21532
|
interface MessageDecryptEventCompletedOptions {
|
|
21528
21533
|
/**
|
|
21529
21534
|
* When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler,
|
|
21530
|
-
* this value indicates if the `
|
|
21535
|
+
* this value indicates if the `OnMessageDecrypt` event should continue to run or be canceled. If the `allowEvent` property is set to `true`, the decrypted contents of the message is displayed.
|
|
21531
21536
|
*
|
|
21532
21537
|
* @remarks
|
|
21533
21538
|
*
|
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.709",
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
43
|
"peerDependencies": {},
|
|
44
|
-
"typesPublisherContentHash": "
|
|
44
|
+
"typesPublisherContentHash": "e4bdcae6684c453e8bb3e9f2daddf51377505d912a3088f2daa29a500cc39622",
|
|
45
45
|
"typeScriptVersion": "5.3",
|
|
46
46
|
"nonNpm": true
|
|
47
47
|
}
|