@openfin/core
Advanced tools
Comparing version 29.71.21 to 29.71.22
{ | ||
"name": "@openfin/core", | ||
"version": "29.71.21", | ||
"version": "29.71.22", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./src/mock.js", |
@@ -73,3 +73,3 @@ import { WebContents } from '../webcontents/main'; | ||
* @property {boolean} [contextMenuOptions.enabled = true] Should the context menu display on right click. | ||
* @property {string[]} [contextMenuSettings.template=[]] List of context menu items to display on right-click. | ||
* @property {string[]} [contextMenuOptions.template=[]] List of context menu items to display on right-click. | ||
* | ||
@@ -76,0 +76,0 @@ * @property {any} [customData=""] - _Updatable._ |
@@ -76,3 +76,3 @@ "use strict"; | ||
* @property {boolean} [contextMenuOptions.enabled = true] Should the context menu display on right click. | ||
* @property {string[]} [contextMenuSettings.template=[]] List of context menu items to display on right-click. | ||
* @property {string[]} [contextMenuOptions.template=[]] List of context menu items to display on right-click. | ||
* | ||
@@ -79,0 +79,0 @@ * @property {any} [customData=""] - _Updatable._ |
857509