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

    Type Alias BoundsType

    BoundsType: "window" | "content" | "window-origin-content-size"

    Type Declaration

    • "window"

      Bounds specify the size and location of the entire window, including OS border styling.

    • "content"

      Bounds specify the size and location of the window's DOM content, excluding OS border styling.

    • "window-origin-content-size"

      Origin parameters (top, left) specify the location of the window origin, including OS border styling. Size parameters bounds (width, height) specify the size of the window's DOM content, excluding OS border styling.