R
I

FileSystemAccessShowOpenFileOptions

testeddemo

`window.showOpenFilePicker` parameters.

Demo

Loading demo…

Signature

ts
interface FileSystemAccessShowOpenFileOptions

Properties

PropertyTypeDescription
multiple?boolean | undefined
types?{ description?: string; accept: Record<string, string[]>; }[] | undefined
excludeAcceptAllOption?boolean | undefined