Type alias TrayInfo

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

Type declaration

  • 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.

Generated using TypeDoc