@openfin/core 33.76.1 → 33.76.2
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.
- package/package.json +1 -1
- package/src/OpenFin.d.ts +1 -1
package/package.json
CHANGED
package/src/OpenFin.d.ts
CHANGED
|
@@ -2998,7 +2998,7 @@ export type ContextMenuOptions = {
|
|
|
2998
2998
|
/**
|
|
2999
2999
|
* Context menu item with an implementation provided by OpenFin.
|
|
3000
3000
|
*/
|
|
3001
|
-
export type PrebuiltContextMenuItem = 'separator' | 'undo' | 'redo' | 'cut' | 'copy' | 'paste' | 'selectAll' | 'spellCheck' | 'inspect' | 'reload' | 'navigateForward' | 'navigateBack' | 'print';
|
|
3001
|
+
export type PrebuiltContextMenuItem = 'separator' | 'undo' | 'redo' | 'cut' | 'copy' | 'copyImage' | 'paste' | 'selectAll' | 'spellCheck' | 'inspect' | 'reload' | 'navigateForward' | 'navigateBack' | 'print';
|
|
3002
3002
|
export type InteropBrokerDisconnectionEvent = {
|
|
3003
3003
|
type: string;
|
|
3004
3004
|
topic: string;
|