R
I

FileSystemAccessShowSaveFileOptions

testeddemo

`window.showSaveFilePicker` parameters.

Demo

Loading demo…

Signature

ts
interface FileSystemAccessShowSaveFileOptions

Properties

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