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

    Interface WindowDetail

    interface WindowDetail {
        bottom: number;
        height: number;
        isShowing: boolean;
        left: number;
        name: string;
        right: number;
        state: string;
        top: number;
        width: number;
    }
    Index
    bottom: number

    The bottom-most coordinate of the window.

    height: number

    The height of the window.

    isShowing: boolean
    left: number

    The left-most coordinate of the window.

    name: string

    The name of the window.

    right: number

    The right-most coordinate of the window.

    state: string
    top: number

    The top-most coordinate of the window.

    width: number

    The width of the window.