@types/office-js-preview 1.0.427 → 1.0.428
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: Wed, 25 Oct 2023
|
|
11
|
+
* Last updated: Wed, 25 Oct 2023 21:16:39 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -122484,7 +122484,7 @@ declare namespace PowerPoint {
|
|
|
122484
122484
|
getItemAt(index: number): PowerPoint.SlideLayout;
|
|
122485
122485
|
/**
|
|
122486
122486
|
* Gets a layout using its unique ID. If such a layout does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
122487
|
-
see {@link https://
|
|
122487
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
|
|
122488
122488
|
*
|
|
122489
122489
|
* @remarks
|
|
122490
122490
|
* [Api set: PowerPointApi 1.3]
|
|
@@ -123923,7 +123923,7 @@ declare namespace PowerPoint {
|
|
|
123923
123923
|
getItemAt(index: number): PowerPoint.Slide;
|
|
123924
123924
|
/**
|
|
123925
123925
|
* Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
123926
|
-
see {@link https://
|
|
123926
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
|
|
123927
123927
|
and properties}.
|
|
123928
123928
|
*
|
|
123929
123929
|
* @remarks
|
|
@@ -123998,7 +123998,7 @@ declare namespace PowerPoint {
|
|
|
123998
123998
|
getItemAt(index: number): PowerPoint.Slide;
|
|
123999
123999
|
/**
|
|
124000
124000
|
* Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
124001
|
-
see {@link https://
|
|
124001
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
|
|
124002
124002
|
and properties}.
|
|
124003
124003
|
*
|
|
124004
124004
|
* @remarks
|
|
@@ -124073,7 +124073,7 @@ declare namespace PowerPoint {
|
|
|
124073
124073
|
getItemAt(index: number): PowerPoint.SlideMaster;
|
|
124074
124074
|
/**
|
|
124075
124075
|
* Gets a Slide Master using its unique ID. If such a Slide Master does not exist, an object with an `isNullObject` property set to true is returned.
|
|
124076
|
-
For further information, see {@link https://
|
|
124076
|
+
For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}."
|
|
124077
124077
|
*
|
|
124078
124078
|
* @remarks
|
|
124079
124079
|
* [Api set: PowerPointApi 1.3]
|
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.428",
|
|
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,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "14c473de29a96bfa280d94f2e710f013b8225ce9629ff8f94e28d7a77501d79d",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|