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

    Interface ShowViewOnWindowResizeOptions

    Platform Windows Only. Enables views to be shown when a Platform Window is being resized by the user.

    interface ShowViewOnWindowResizeOptions {
        enabled?: boolean;
        paintIntervalMs?: number;
    }
    Index
    enabled?: boolean

    Enables or disables showing views when the layout splitter or a tab is being dragged or a Platform Window is being resized.

    false
    
    paintIntervalMs?: number

    Number of milliseconds to wait between view repaints.

    0