AboutSupportDeveloper GuideVersion 38.126.82.64

Leveraged by the following windowing apis to influence side effects of the positioning.

Example

fin.me.setBounds({top: 50, left: 50, width: 200, height: 200}, {skipRestore: true})
interface PositioningOptions {
    skipRestore?: boolean;
}

Properties

Properties

skipRestore?: boolean

Windows Only. If set to true, will not restore a maximized window before setting the bounds. This will have the effect of the maximized window staying maximized and not immediately taking this new position.