@types/office-js-preview 1.0.701 → 1.0.703
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, 23 Apr 2026 15:33:01 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -9291,6 +9291,18 @@ declare namespace Office {
|
|
|
9291
9291
|
*/
|
|
9292
9292
|
javascriptRuntimeUrl: string;
|
|
9293
9293
|
}
|
|
9294
|
+
/**
|
|
9295
|
+
* Provides options related to the `onReady` event.
|
|
9296
|
+
*
|
|
9297
|
+
* @beta
|
|
9298
|
+
*/
|
|
9299
|
+
interface OnReadyOptions {
|
|
9300
|
+
/**
|
|
9301
|
+
* Enables the behavior that allows the `onReady` promise to be rejected if failures are encountered.
|
|
9302
|
+
* If not passed, then the `onReady` promise won't reject.
|
|
9303
|
+
*/
|
|
9304
|
+
setRejectionEnabled?: () => void;
|
|
9305
|
+
}
|
|
9294
9306
|
/**
|
|
9295
9307
|
* Message used in the `onVisibilityModeChanged` invocation.
|
|
9296
9308
|
*/
|
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.703",
|
|
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",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "810ffe502ab754749f4ced1ad93bbcc922b01d423499a2c22b40facab5288be8",
|
|
50
50
|
"typeScriptVersion": "5.3",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|