For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/lynxtron/api/@lynx-js/lynxtron/Interface.DisplayBalloonOptions.md.
  • English
  • @lynx-js/lynxtron / DisplayBalloonOptions

    DisplayBalloonOptions

    Properties

    content

    content: string;

    Defined in

    apis/api/tray.d.ts:15


    icon?

    optional icon: string | NativeImage;

    Defined in

    apis/api/tray.d.ts:12


    iconType?

    optional iconType:
      | "error"
      | "none"
      | "info"
      | "warning"
      | "custom";

    Defined in

    apis/api/tray.d.ts:13


    largeIcon?

    optional largeIcon: boolean;

    Defined in

    apis/api/tray.d.ts:16


    noSound?

    optional noSound: boolean;

    Defined in

    apis/api/tray.d.ts:17


    respectQuietTime?

    optional respectQuietTime: boolean;

    Defined in

    apis/api/tray.d.ts:18


    title

    title: string;

    Defined in

    apis/api/tray.d.ts:14

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.