Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/dialog.ts>SaveFileOptions

A JavaScript extension package for building strong and modern applications.
Latest
interface SaveFileOptions
Re-export
import { type SaveFileOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/dialog.ts";

Options for the saveFile function.

Properties

optional
title: string

Customize the dialog's title. This option is ignored in the browser.

optional
name: string

The suggested name of the file.

optional
type: string

The MIME type of the file.

optional
signal: AbortSignal