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.LoginItemSettingsOptions.md.
  • English
  • @lynx-js/lynxtron / LoginItemSettingsOptions

    LoginItemSettingsOptions

    Properties

    args?
    Windows

    optional args: string[];

    The command-line arguments to compare against. Defaults to an empty array.

    Defined in

    apis/api/app.d.ts:218


    path?
    Windows

    optional path: string;

    The executable path to compare against. Defaults to process.execPath.

    Defined in

    apis/api/app.d.ts:212


    serviceName?
    macOS

    optional serviceName: string;

    The name of the service. Required if type is non-default. Only available on macOS 13 and up.

    Defined in

    apis/api/app.d.ts:206


    type?
    macOS

    optional type: string;

    Can be one of mainAppService, agentService, daemonService, or loginItemService. Defaults to mainAppService. Only available on macOS 13 and up. See app.setLoginItemSettings for more information about each type.

    Defined in

    apis/api/app.d.ts:199

    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.