@types/office-js 1.0.421 → 1.0.422
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/README.md +1 -1
- office-js/index.d.ts +3 -3
- office-js/package.json +2 -2
office-js/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.
|
|
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/index.d.ts
CHANGED
|
@@ -85494,14 +85494,14 @@ declare namespace Word {
|
|
|
85494
85494
|
*/
|
|
85495
85495
|
interface Critique {
|
|
85496
85496
|
/**
|
|
85497
|
-
*
|
|
85497
|
+
* Specifies the color scheme of the critique.
|
|
85498
85498
|
*
|
|
85499
85499
|
* @remarks
|
|
85500
85500
|
* [Api set: WordApi 1.7]
|
|
85501
85501
|
*/
|
|
85502
85502
|
colorScheme: Word.CritiqueColorScheme | "Red" | "Green" | "Blue" | "Lavender" | "Berry";
|
|
85503
85503
|
/**
|
|
85504
|
-
*
|
|
85504
|
+
* Specifies the length of the critique inside paragraph.
|
|
85505
85505
|
*
|
|
85506
85506
|
* @remarks
|
|
85507
85507
|
* [Api set: WordApi 1.7]
|
|
@@ -85515,7 +85515,7 @@ declare namespace Word {
|
|
|
85515
85515
|
*/
|
|
85516
85516
|
popupOptions?: Word.CritiquePopupOptions;
|
|
85517
85517
|
/**
|
|
85518
|
-
*
|
|
85518
|
+
* Specifies the start index of the critique inside paragraph.
|
|
85519
85519
|
*
|
|
85520
85520
|
* @remarks
|
|
85521
85521
|
* [Api set: WordApi 1.7]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.422",
|
|
4
4
|
"description": "TypeScript definitions for office-js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "c180625d6c8e7b46f61d0ab3a04bb69e710fa59279e0c37dd632ed5f4e4c8ecb",
|
|
49
49
|
"typeScriptVersion": "4.8"
|
|
50
50
|
}
|