@types/openfin
Advanced tools
Comparing version
@@ -596,5 +596,2 @@ // Type definitions for OpenFin API 17.0 | ||
interface OpenFinSystem { | ||
/** | ||
* | ||
*/ | ||
Clipboard: OpenFinClipboard; | ||
@@ -827,5 +824,2 @@ /** | ||
cpus: NodeCpuInfo[]; | ||
/** | ||
* | ||
*/ | ||
gpu: { | ||
@@ -1052,5 +1046,5 @@ /** | ||
* The new window appears in the same process as the parent window. | ||
* @param {any} options - The options of the window | ||
* @param {Function} [callback] - Called if the window creation was successful | ||
* @param {number} [callback.successObj] - httpResponseCode | ||
* @param options - The options of the window | ||
* @param [callback] - Called if the window creation was successful | ||
* @param [callback.successObj] - httpResponseCode | ||
*/ | ||
@@ -1063,3 +1057,3 @@ new ( | ||
* Returns an instance of the current window. | ||
* @returns {OpenFinWindow} Current window | ||
* @returns Current window | ||
*/ | ||
@@ -1089,3 +1083,3 @@ getCurrent(): OpenFinWindow; | ||
* Also, will not work with fin.desktop.Window objects created with fin.desktop.Window.wrap(). | ||
* @returns {Window} Native window | ||
* @returns Native window | ||
*/ | ||
@@ -1095,3 +1089,3 @@ getNativeWindow(): Window; | ||
* Gets the parent application. | ||
* @returns {OpenFinApplication} Parent application | ||
* @returns Parent application | ||
*/ | ||
@@ -1135,3 +1129,3 @@ getParentApplication(): OpenFinApplication; | ||
* Closes the window. | ||
* @param {force} Close will be prevented from closing when force is false and 'close-requested' has been subscribed to for application's main window. | ||
* @param Close will be prevented from closing when force is false and 'close-requested' has been subscribed to for application's main window. | ||
*/ | ||
@@ -1265,3 +1259,3 @@ close(force?: boolean, callback?: () => void, errorCallback?: (reason: string) => void): void; | ||
* Shows the window if it is hidden. | ||
* @param {force} Show will be prevented from closing when force is false and 'show-requested' has been subscribed to for application's main window. | ||
* @param Show will be prevented from closing when force is false and 'show-requested' has been subscribed to for application's main window. | ||
*/ | ||
@@ -1454,5 +1448,3 @@ show(force?: boolean, callback?: () => void, errorCallback?: (reason: string) => void): void; | ||
top: number; | ||
/** | ||
* | ||
*/ | ||
type: "bounds-changed" | "bounds-changing" | "disabled-frame-bounds-changed" | "disabled-frame-bounds-changing"; | ||
@@ -1459,0 +1451,0 @@ /** |
{ | ||
"name": "@types/openfin", | ||
"version": "17.0.3", | ||
"version": "17.0.4", | ||
"description": "TypeScript definitions for OpenFin API", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Chris Barker", | ||
"url": "https://github.com/chrisbarker" | ||
"url": "https://github.com/chrisbarker", | ||
"githubUsername": "chrisbarker" | ||
} | ||
@@ -20,4 +21,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e0b105b3f14a6991cde22cef6eb25ff7cec0f9e263924d534e4475efdc606712", | ||
"typesPublisherContentHash": "db1c5c725f30c66b4b467748fdba723b089fe0d57dc7c9e734c7cc76e18b84fd", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT | ||
* Last updated: Wed, 25 Oct 2017 16:18:54 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: fin |
Sorry, the diff of this file is not supported yet
59826
2.85%1662
-0.54%