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

    Interface TrayInfo

    interface TrayInfo {
        bounds: Rectangle;
        monitorInfo: MonitorInfo;
        x: number;
        y: number;
    }
    Index
    bounds: Rectangle

    The bound of tray icon in virtual screen pixels.

    monitorInfo: MonitorInfo

    Please see fin.System.getMonitorInfo for more information.

    x: number

    Copy of bounds.x.

    y: number

    Copy of bounds.y.