UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

53 lines (25 loc) 889 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@fgv/ts-web-extras](./ts-web-extras.md) &gt; [IFsAccessApis](./ts-web-extras.ifsaccessapis.md) &gt; [showSaveFilePicker](./ts-web-extras.ifsaccessapis.showsavefilepicker.md) ## IFsAccessApis.showSaveFilePicker() method **Signature:** ```typescript showSaveFilePicker(options?: ShowSaveFilePickerOptions): Promise<FileSystemFileHandle>; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> options </td><td> [ShowSaveFilePickerOptions](./ts-web-extras.showsavefilepickeroptions.md) </td><td> _(Optional)_ </td></tr> </tbody></table> **Returns:** Promise&lt;[FileSystemFileHandle](./ts-web-extras.filesystemfilehandle_2.md)<!-- -->&gt;