@types/office-js-preview 1.0.706 → 1.0.708
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: Thu, 21 May 2026 23:23:28 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -8965,7 +8965,7 @@ declare namespace Office {
|
|
|
8965
8965
|
/**
|
|
8966
8966
|
* Represents a single slide in a PowerPoint presentation.
|
|
8967
8967
|
* This interface is used as part of the {@link Office.SlideRange} object returned by
|
|
8968
|
-
* {@link Office.Document.getSelectedDataAsync} when called with {@link Office.CoercionType.SlideRange}.
|
|
8968
|
+
* {@link Office.Document | Office.Document.getSelectedDataAsync} when called with {@link Office.CoercionType.SlideRange}.
|
|
8969
8969
|
*/
|
|
8970
8970
|
interface Slide {
|
|
8971
8971
|
/**
|
|
@@ -8983,7 +8983,7 @@ declare namespace Office {
|
|
|
8983
8983
|
}
|
|
8984
8984
|
/**
|
|
8985
8985
|
* Represents the selected slides in a PowerPoint presentation.
|
|
8986
|
-
* This object is returned when calling {@link Office.Document.getSelectedDataAsync} with {@link Office.CoercionType.SlideRange} in PowerPoint.
|
|
8986
|
+
* This object is returned when calling {@link Office.Document | Office.Document.getSelectedDataAsync} with {@link Office.CoercionType.SlideRange} in PowerPoint.
|
|
8987
8987
|
*
|
|
8988
8988
|
*/
|
|
8989
8989
|
interface SlideRange {
|
|
@@ -21512,7 +21512,7 @@ declare namespace Office {
|
|
|
21512
21512
|
}
|
|
21513
21513
|
/**
|
|
21514
21514
|
* 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/
|
|
21515
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/develop/event-based-activation#outlook-events | OnMessageDecrypt} event.
|
|
21516
21516
|
*
|
|
21517
21517
|
* @remarks
|
|
21518
21518
|
*
|
|
@@ -21527,7 +21527,7 @@ declare namespace Office {
|
|
|
21527
21527
|
interface MessageDecryptEventCompletedOptions {
|
|
21528
21528
|
/**
|
|
21529
21529
|
* 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 `
|
|
21530
|
+
* 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
21531
|
*
|
|
21532
21532
|
* @remarks
|
|
21533
21533
|
*
|
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.708",
|
|
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": "1708f1dabff32e80067274841e982080442718c35b89ee44675da428d501845c",
|
|
45
45
|
"typeScriptVersion": "5.3",
|
|
46
46
|
"nonNpm": true
|
|
47
47
|
}
|