@types/office-js-preview 1.0.711 → 1.0.712
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 +10 -16
- 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:
|
|
11
|
+
* Last updated: Mon, 29 Jun 2026 21:03:26 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -62640,48 +62640,42 @@ declare namespace Excel {
|
|
|
62640
62640
|
* Provides information about the `LinkedEntityCellValue` that was requested given a specified `LinkedEntityId`.
|
|
62641
62641
|
*
|
|
62642
62642
|
* @remarks
|
|
62643
|
-
* [Api set: ExcelApi
|
|
62644
|
-
* @beta
|
|
62643
|
+
* [Api set: ExcelApi 1.21]
|
|
62645
62644
|
*/
|
|
62646
62645
|
interface LinkedEntityCellValueLoadedEventArgs {
|
|
62647
62646
|
/**
|
|
62648
62647
|
* Any error encountered during the request to load the `LinkedEntityCellValue`.
|
|
62649
62648
|
*
|
|
62650
62649
|
* @remarks
|
|
62651
|
-
* [Api set: ExcelApi
|
|
62652
|
-
* @beta
|
|
62650
|
+
* [Api set: ExcelApi 1.21]
|
|
62653
62651
|
*/
|
|
62654
62652
|
error?: string;
|
|
62655
62653
|
/**
|
|
62656
62654
|
* Gets the `LinkedEntityId` of the requested `LinkedEntityCellValue`.
|
|
62657
62655
|
*
|
|
62658
62656
|
* @remarks
|
|
62659
|
-
* [Api set: ExcelApi
|
|
62660
|
-
* @beta
|
|
62657
|
+
* [Api set: ExcelApi 1.21]
|
|
62661
62658
|
*/
|
|
62662
62659
|
id: LinkedEntityId;
|
|
62663
62660
|
/**
|
|
62664
62661
|
* Gets the `LinkedEntityCellValue` of the requested `LinkedEntityId`. If the load operation failed, this property is `null`.
|
|
62665
62662
|
*
|
|
62666
62663
|
* @remarks
|
|
62667
|
-
* [Api set: ExcelApi
|
|
62668
|
-
* @beta
|
|
62664
|
+
* [Api set: ExcelApi 1.21]
|
|
62669
62665
|
*/
|
|
62670
62666
|
linkedEntityCellValue?: LinkedEntityCellValue;
|
|
62671
62667
|
/**
|
|
62672
62668
|
* Gets the source of the event. See `Excel.EventSource` for details.
|
|
62673
62669
|
*
|
|
62674
62670
|
* @remarks
|
|
62675
|
-
* [Api set: ExcelApi
|
|
62676
|
-
* @beta
|
|
62671
|
+
* [Api set: ExcelApi 1.21]
|
|
62677
62672
|
*/
|
|
62678
62673
|
source: Excel.EventSource | "Local" | "Remote";
|
|
62679
62674
|
/**
|
|
62680
62675
|
* Gets the type of the event. See `Excel.EventType` for details.
|
|
62681
62676
|
*
|
|
62682
62677
|
* @remarks
|
|
62683
|
-
* [Api set: ExcelApi
|
|
62684
|
-
* @beta
|
|
62678
|
+
* [Api set: ExcelApi 1.21]
|
|
62685
62679
|
*/
|
|
62686
62680
|
type: "LinkedEntityDataDomainLinkedEntityCellValueLoaded";
|
|
62687
62681
|
}
|
|
@@ -62990,8 +62984,7 @@ declare namespace Excel {
|
|
|
62990
62984
|
If found, the `LinkedEntityCellValue` object will be returned through the `LinkedEntityCellValueLoaded` event.
|
|
62991
62985
|
*
|
|
62992
62986
|
* @remarks
|
|
62993
|
-
* [Api set: ExcelApi
|
|
62994
|
-
* @beta
|
|
62987
|
+
* [Api set: ExcelApi 1.21]
|
|
62995
62988
|
*
|
|
62996
62989
|
* @param id A specific `LinkedEntityId`
|
|
62997
62990
|
*/
|
|
@@ -63028,10 +63021,11 @@ declare namespace Excel {
|
|
|
63028
63021
|
* Occurs when the request to load a `LinkedEntityCellValue` is completed.
|
|
63029
63022
|
*
|
|
63030
63023
|
* @remarks
|
|
63031
|
-
* [Api set: ExcelApi
|
|
63024
|
+
* [Api set: ExcelApi 1.21]
|
|
63025
|
+
*
|
|
63026
|
+
* This event isn't supported in Excel on the web.
|
|
63032
63027
|
*
|
|
63033
63028
|
* @eventproperty
|
|
63034
|
-
* @beta
|
|
63035
63029
|
*/
|
|
63036
63030
|
readonly onLinkedEntityCellValueLoaded: OfficeExtension.EventHandlers<Excel.LinkedEntityCellValueLoadedEventArgs>;
|
|
63037
63031
|
/**
|
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.712",
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
43
|
"peerDependencies": {},
|
|
44
|
-
"typesPublisherContentHash": "
|
|
44
|
+
"typesPublisherContentHash": "4447008eb8358f7574ec443f766e2d8e7459277ce5824aa0ceb1cf2d6b7fb419",
|
|
45
45
|
"typeScriptVersion": "5.6",
|
|
46
46
|
"nonNpm": true
|
|
47
47
|
}
|