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

    SaveDialogOptions

    Properties

    buttonLabel?

    optional buttonLabel: string;

    Custom label for the confirmation button, when left empty the default label will be used.

    Defined in

    apis/api/dialog.d.ts:281


    defaultPath?

    optional defaultPath: string;

    Absolute directory path, absolute file path, or file name to use by default.

    Defined in

    apis/api/dialog.d.ts:276


    filters?

    optional filters: FileFilter[];

    Defined in

    apis/api/dialog.d.ts:282


    message?
    macOS

    optional message: string;

    Message to display above text fields.

    Defined in

    apis/api/dialog.d.ts:288


    nameFieldLabel?
    macOS

    optional nameFieldLabel: string;

    Custom label for the text displayed in front of the filename text field.

    Defined in

    apis/api/dialog.d.ts:294


    properties?

    optional properties: (
      | "showHiddenFiles"
      | "createDirectory"
      | "treatPackageAsDirectory"
      | "dontAddToRecent"
      | "showOverwriteConfirmation")[];

    Defined in

    apis/api/dialog.d.ts:301


    securityScopedBookmarks?
    macOS

    optional securityScopedBookmarks: boolean;

    Create a security scoped bookmark when packaged for the Mac App Store. If this option is enabled and the file doesn't already exist a blank file will be created at the chosen path.

    Defined in

    apis/api/dialog.d.ts:315


    showsTagField?
    macOS

    optional showsTagField: boolean;

    Show the tags input box, defaults to true.

    Defined in

    apis/api/dialog.d.ts:300


    title?

    optional title: string;

    The dialog title. Cannot be displayed on some Linux desktop environments.

    Defined in

    apis/api/dialog.d.ts:272

    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.