@types/office-js-preview 1.0.302 → 1.0.303

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.
@@ -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-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 04 May 2022 00:01:37 GMT
11
+ * Last updated: Wed, 04 May 2022 22:31:37 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -543,9 +543,9 @@ declare namespace Office {
543
543
  */
544
544
  interface Actions {
545
545
  /**
546
- * Associates the ID of an action with a function.
546
+ * Associates the ID or name of an action with a function.
547
547
  *
548
- * @param actionId The ID of an action that is defined in an extended manifest.
548
+ * @param actionId The ID of an action that is defined in an extended manifest or the name of the function as specified in a **FunctionName** element in the manifest.
549
549
  * @param actionFunction The function that is run when the action is invoked.
550
550
  *
551
551
  * @remarks
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.302",
3
+ "version": "1.0.303",
4
4
  "description": "TypeScript definitions for Office.js",
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": "2296999b4ea0b3ad36c3992b4414e9edf12fdc2a53629963b54c0d02dc7cbe34",
48
+ "typesPublisherContentHash": "2897cb150cf1a0c1f8b19b1c4c94404902706c4809e433b7adf06842b6ac74eb",
49
49
  "typeScriptVersion": "3.9"
50
50
  }