AboutSupportDeveloper GuideVersion 36.122.80.11

Interface PositioningOptions

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})

Hierarchy

  • PositioningOptions

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.