UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

135 lines (59 loc) 1.61 kB
<!-- 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; [ShowSaveFilePickerOptions](./ts-web-extras.showsavefilepickeroptions.md) ## ShowSaveFilePickerOptions interface Save file picker options **Signature:** ```typescript export interface ShowSaveFilePickerOptions ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [excludeAcceptAllOption?](./ts-web-extras.showsavefilepickeroptions.excludeacceptalloption.md) </td><td> </td><td> boolean </td><td> _(Optional)_ </td></tr> <tr><td> [id?](./ts-web-extras.showsavefilepickeroptions.id.md) </td><td> </td><td> string </td><td> _(Optional)_ </td></tr> <tr><td> [startIn?](./ts-web-extras.showsavefilepickeroptions.startin.md) </td><td> </td><td> [FileSystemHandle](./ts-web-extras.filesystemhandle_2.md) \| [WellKnownDirectory](./ts-web-extras.wellknowndirectory.md) </td><td> _(Optional)_ </td></tr> <tr><td> [suggestedName?](./ts-web-extras.showsavefilepickeroptions.suggestedname.md) </td><td> </td><td> string </td><td> _(Optional)_ </td></tr> <tr><td> [types?](./ts-web-extras.showsavefilepickeroptions.types.md) </td><td> </td><td> [FilePickerAcceptType](./ts-web-extras.filepickeraccepttype.md)<!-- -->\[\] </td><td> _(Optional)_ </td></tr> </tbody></table>