@types/office-js 1.0.495 → 1.0.496
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 +2 -2
- 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, 08 May 2025 16:39:09 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -127862,7 +127862,7 @@ declare namespace PowerPoint {
|
|
|
127862
127862
|
*/
|
|
127863
127863
|
getCount(): OfficeExtension.ClientResult<number>;
|
|
127864
127864
|
/**
|
|
127865
|
-
* Gets the table cell using its zero-based index in the collection. If the `TableCell` doesn't exist, then this method returns an object with its `isNullObject` property set to `true`. For further information, see {@link
|
|
127865
|
+
* Gets the table cell using its zero-based index in the collection. If the `TableCell` doesn't exist, then this method returns an object with its `isNullObject` property set to `true`. 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}.
|
|
127866
127866
|
*
|
|
127867
127867
|
* @remarks
|
|
127868
127868
|
* [Api set: PowerPointApi 1.8]
|
|
@@ -129489,7 +129489,7 @@ declare namespace PowerPoint {
|
|
|
129489
129489
|
*/
|
|
129490
129490
|
color: string;
|
|
129491
129491
|
/**
|
|
129492
|
-
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@
|
|
129492
|
+
* Represents the dash style of the line. Returns null when the line isn't visible or there are inconsistent dash styles. See {@link PowerPoint.ShapeLineDashStyle} for details.
|
|
129493
129493
|
*
|
|
129494
129494
|
* @remarks
|
|
129495
129495
|
* [Api set: PowerPointApi 1.4]
|
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.496",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "0aa37cdcf46f3ea4d2f35af82a1df42a052d3620b1c48d870e80d30f5f944005",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|