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

x/ayonli_jsext/dialog.ts>PickFileOptions

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

Options for the pickFile function.

Properties

optional
forSave: boolean

Open the dialog in save mode.

optional
defaultName: string | undefined

The default name of the file to save when forSave is set.