Tutorial: window.getOptions

window.getOptions

Gets the current settings of the window.

Example

 var finWindow = fin.desktop.Window.getCurrent();
    finWindow.getOptions(function (options) {
        console.log(options);
    });