AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface PositioningOptions

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

    fin.me.setBounds({top: 50, left: 50, width: 200, height: 200}, {skipRestore: true})
    
    interface PositioningOptions {
        boundsType?: BoundsType;
        skipRestore?: boolean;
    }
    Index
    boundsType?: BoundsType
    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.