@types/office-js-preview 1.0.506 → 1.0.508
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, 12 Sep 2024 15:07:30 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -90233,14 +90233,14 @@ declare namespace Word {
|
|
|
90233
90233
|
*/
|
|
90234
90234
|
interface Critique {
|
|
90235
90235
|
/**
|
|
90236
|
-
*
|
|
90236
|
+
* Specifies the color scheme of the critique.
|
|
90237
90237
|
*
|
|
90238
90238
|
* @remarks
|
|
90239
90239
|
* [Api set: WordApi 1.7]
|
|
90240
90240
|
*/
|
|
90241
90241
|
colorScheme: Word.CritiqueColorScheme | "Red" | "Green" | "Blue" | "Lavender" | "Berry";
|
|
90242
90242
|
/**
|
|
90243
|
-
*
|
|
90243
|
+
* Specifies the length of the critique inside paragraph.
|
|
90244
90244
|
*
|
|
90245
90245
|
* @remarks
|
|
90246
90246
|
* [Api set: WordApi 1.7]
|
|
@@ -90252,9 +90252,9 @@ declare namespace Word {
|
|
|
90252
90252
|
* @remarks
|
|
90253
90253
|
* [Api set: WordApi 1.8]
|
|
90254
90254
|
*/
|
|
90255
|
-
popupOptions
|
|
90255
|
+
popupOptions?: Word.CritiquePopupOptions;
|
|
90256
90256
|
/**
|
|
90257
|
-
*
|
|
90257
|
+
* Specifies the start index of the critique inside paragraph.
|
|
90258
90258
|
*
|
|
90259
90259
|
* @remarks
|
|
90260
90260
|
* [Api set: WordApi 1.7]
|
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.508",
|
|
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,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "dab6614025820dc1f7bebaa6b81c403453acca45bb26cd56525a91104f2ab1c3",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|