@types/office-js-preview 1.0.526 → 1.0.527
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 +1 -1
- office-js-preview/index.d.ts +17 -34
- office-js-preview/package.json +2 -2
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: Tue, 29 Oct 2024
|
|
11
|
+
* Last updated: Tue, 29 Oct 2024 18:37:44 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -122947,8 +122947,7 @@ declare namespace PowerPoint {
|
|
|
122947
122947
|
* Represents a single hyperlink.
|
|
122948
122948
|
*
|
|
122949
122949
|
* @remarks
|
|
122950
|
-
* [Api set: PowerPointApi
|
|
122951
|
-
* @beta
|
|
122950
|
+
* [Api set: PowerPointApi 1.6]
|
|
122952
122951
|
*/
|
|
122953
122952
|
class Hyperlink extends OfficeExtension.ClientObject {
|
|
122954
122953
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
@@ -122957,16 +122956,14 @@ declare namespace PowerPoint {
|
|
|
122957
122956
|
* Specifies the URL target of the hyperlink.
|
|
122958
122957
|
*
|
|
122959
122958
|
* @remarks
|
|
122960
|
-
* [Api set: PowerPointApi
|
|
122961
|
-
* @beta
|
|
122959
|
+
* [Api set: PowerPointApi 1.6]
|
|
122962
122960
|
*/
|
|
122963
122961
|
address: string;
|
|
122964
122962
|
/**
|
|
122965
122963
|
* Specifies the string displayed when hovering over the hyperlink.
|
|
122966
122964
|
*
|
|
122967
122965
|
* @remarks
|
|
122968
|
-
* [Api set: PowerPointApi
|
|
122969
|
-
* @beta
|
|
122966
|
+
* [Api set: PowerPointApi 1.6]
|
|
122970
122967
|
*/
|
|
122971
122968
|
screenTip: string;
|
|
122972
122969
|
/**
|
|
@@ -123000,8 +122997,7 @@ declare namespace PowerPoint {
|
|
|
123000
122997
|
* Represents a collection of hyperlinks.
|
|
123001
122998
|
*
|
|
123002
122999
|
* @remarks
|
|
123003
|
-
* [Api set: PowerPointApi
|
|
123004
|
-
* @beta
|
|
123000
|
+
* [Api set: PowerPointApi 1.6]
|
|
123005
123001
|
*/
|
|
123006
123002
|
class HyperlinkCollection extends OfficeExtension.ClientObject {
|
|
123007
123003
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
@@ -123012,8 +123008,7 @@ declare namespace PowerPoint {
|
|
|
123012
123008
|
* Gets the number of hyperlinks in the collection.
|
|
123013
123009
|
*
|
|
123014
123010
|
* @remarks
|
|
123015
|
-
* [Api set: PowerPointApi
|
|
123016
|
-
* @beta
|
|
123011
|
+
* [Api set: PowerPointApi 1.6]
|
|
123017
123012
|
* @returns The number of hyperlinks in the collection.
|
|
123018
123013
|
*/
|
|
123019
123014
|
getCount(): OfficeExtension.ClientResult<number>;
|
|
@@ -123021,8 +123016,7 @@ declare namespace PowerPoint {
|
|
|
123021
123016
|
* Gets a hyperlink using its zero-based index in the collection. An error is thrown if the index is out of range.
|
|
123022
123017
|
*
|
|
123023
123018
|
* @remarks
|
|
123024
|
-
* [Api set: PowerPointApi
|
|
123025
|
-
* @beta
|
|
123019
|
+
* [Api set: PowerPointApi 1.6]
|
|
123026
123020
|
*
|
|
123027
123021
|
* @param index The index of the hyperlink in the collection.
|
|
123028
123022
|
* @returns The hyperlink at the given index. An error is thrown if index is out of range.
|
|
@@ -125003,8 +124997,7 @@ declare namespace PowerPoint {
|
|
|
125003
124997
|
* Returns a collection of hyperlinks in the slide.
|
|
125004
124998
|
*
|
|
125005
124999
|
* @remarks
|
|
125006
|
-
* [Api set: PowerPointApi
|
|
125007
|
-
* @beta
|
|
125000
|
+
* [Api set: PowerPointApi 1.6]
|
|
125008
125001
|
*/
|
|
125009
125002
|
readonly hyperlinks: PowerPoint.HyperlinkCollection;
|
|
125010
125003
|
/**
|
|
@@ -126779,16 +126772,14 @@ declare namespace PowerPoint {
|
|
|
126779
126772
|
* Specifies the URL target of the hyperlink.
|
|
126780
126773
|
*
|
|
126781
126774
|
* @remarks
|
|
126782
|
-
* [Api set: PowerPointApi
|
|
126783
|
-
* @beta
|
|
126775
|
+
* [Api set: PowerPointApi 1.6]
|
|
126784
126776
|
*/
|
|
126785
126777
|
address?: string;
|
|
126786
126778
|
/**
|
|
126787
126779
|
* Specifies the string displayed when hovering over the hyperlink.
|
|
126788
126780
|
*
|
|
126789
126781
|
* @remarks
|
|
126790
|
-
* [Api set: PowerPointApi
|
|
126791
|
-
* @beta
|
|
126782
|
+
* [Api set: PowerPointApi 1.6]
|
|
126792
126783
|
*/
|
|
126793
126784
|
screenTip?: string;
|
|
126794
126785
|
}
|
|
@@ -127212,16 +127203,14 @@ declare namespace PowerPoint {
|
|
|
127212
127203
|
* Specifies the URL target of the hyperlink.
|
|
127213
127204
|
*
|
|
127214
127205
|
* @remarks
|
|
127215
|
-
* [Api set: PowerPointApi
|
|
127216
|
-
* @beta
|
|
127206
|
+
* [Api set: PowerPointApi 1.6]
|
|
127217
127207
|
*/
|
|
127218
127208
|
address?: string;
|
|
127219
127209
|
/**
|
|
127220
127210
|
* Specifies the string displayed when hovering over the hyperlink.
|
|
127221
127211
|
*
|
|
127222
127212
|
* @remarks
|
|
127223
|
-
* [Api set: PowerPointApi
|
|
127224
|
-
* @beta
|
|
127213
|
+
* [Api set: PowerPointApi 1.6]
|
|
127225
127214
|
*/
|
|
127226
127215
|
screenTip?: string;
|
|
127227
127216
|
}
|
|
@@ -127831,8 +127820,7 @@ declare namespace PowerPoint {
|
|
|
127831
127820
|
* Represents a single hyperlink.
|
|
127832
127821
|
*
|
|
127833
127822
|
* @remarks
|
|
127834
|
-
* [Api set: PowerPointApi
|
|
127835
|
-
* @beta
|
|
127823
|
+
* [Api set: PowerPointApi 1.6]
|
|
127836
127824
|
*/
|
|
127837
127825
|
interface HyperlinkLoadOptions {
|
|
127838
127826
|
/**
|
|
@@ -127843,16 +127831,14 @@ declare namespace PowerPoint {
|
|
|
127843
127831
|
* Specifies the URL target of the hyperlink.
|
|
127844
127832
|
*
|
|
127845
127833
|
* @remarks
|
|
127846
|
-
* [Api set: PowerPointApi
|
|
127847
|
-
* @beta
|
|
127834
|
+
* [Api set: PowerPointApi 1.6]
|
|
127848
127835
|
*/
|
|
127849
127836
|
address?: boolean;
|
|
127850
127837
|
/**
|
|
127851
127838
|
* Specifies the string displayed when hovering over the hyperlink.
|
|
127852
127839
|
*
|
|
127853
127840
|
* @remarks
|
|
127854
|
-
* [Api set: PowerPointApi
|
|
127855
|
-
* @beta
|
|
127841
|
+
* [Api set: PowerPointApi 1.6]
|
|
127856
127842
|
*/
|
|
127857
127843
|
screenTip?: boolean;
|
|
127858
127844
|
}
|
|
@@ -127860,8 +127846,7 @@ declare namespace PowerPoint {
|
|
|
127860
127846
|
* Represents a collection of hyperlinks.
|
|
127861
127847
|
*
|
|
127862
127848
|
* @remarks
|
|
127863
|
-
* [Api set: PowerPointApi
|
|
127864
|
-
* @beta
|
|
127849
|
+
* [Api set: PowerPointApi 1.6]
|
|
127865
127850
|
*/
|
|
127866
127851
|
interface HyperlinkCollectionLoadOptions {
|
|
127867
127852
|
/**
|
|
@@ -127872,16 +127857,14 @@ declare namespace PowerPoint {
|
|
|
127872
127857
|
* For EACH ITEM in the collection: Specifies the URL target of the hyperlink.
|
|
127873
127858
|
*
|
|
127874
127859
|
* @remarks
|
|
127875
|
-
* [Api set: PowerPointApi
|
|
127876
|
-
* @beta
|
|
127860
|
+
* [Api set: PowerPointApi 1.6]
|
|
127877
127861
|
*/
|
|
127878
127862
|
address?: boolean;
|
|
127879
127863
|
/**
|
|
127880
127864
|
* For EACH ITEM in the collection: Specifies the string displayed when hovering over the hyperlink.
|
|
127881
127865
|
*
|
|
127882
127866
|
* @remarks
|
|
127883
|
-
* [Api set: PowerPointApi
|
|
127884
|
-
* @beta
|
|
127867
|
+
* [Api set: PowerPointApi 1.6]
|
|
127885
127868
|
*/
|
|
127886
127869
|
screenTip?: boolean;
|
|
127887
127870
|
}
|
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.527",
|
|
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": "572c49e519d8d404513e036ec4b1de7277f10eb9ae39838f1b62b50d4cabc847",
|
|
50
50
|
"typeScriptVersion": "4.8",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|