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

    Interface WindowBounds

    Returned from getBounds call. bottom and right are never used for setting.

    interface WindowBounds {
        bottom: number;
        content: Bounds;
        height: number;
        left: number;
        right: number;
        top: number;
        width: number;
    }
    Index
    bottom: number
    content: Bounds

    The bounds for the window's web content, excluding any OS border

    height: number
    left: number
    right: number
    top: number
    width: number