Blockbench Reference Docs
    Preparing search index...
    • Open a file save dialog to let the user pick a location and name to save a file. On the web app, this might save the file directoy into the downloads folder depending on browser settings.

      Parameters

      • options: ExportOptions

        Export options

      • Optionalcallback: (file_path: string) => void

        Callback to run once the file is saved

      Returns void