Gets the current settings of the window.
Example
var finWindow = fin.desktop.Window.getCurrent();
finWindow.getOptions(function (options) {
console.log(options);
});
Gets the current settings of the window.
var finWindow = fin.desktop.Window.getCurrent();
finWindow.getOptions(function (options) {
console.log(options);
});