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

x/ayonli_jsext/dialog.ts>FileDialogOptions

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

Options for file dialog functions, such as pickFile and openFile.

Properties

optional
title: string | undefined

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

optional
type: string | undefined

Filter files by providing a MIME type or suffix, multiple types can be separated via ,.