UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

135 lines (59 loc) 1.59 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; [ShowOpenFilePickerOptions](./ts-web-extras.showopenfilepickeroptions.md) ## ShowOpenFilePickerOptions interface File picker options **Signature:** ```typescript export interface ShowOpenFilePickerOptions ``` ## 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.showopenfilepickeroptions.excludeacceptalloption.md) </td><td> </td><td> boolean </td><td> _(Optional)_ </td></tr> <tr><td> [id?](./ts-web-extras.showopenfilepickeroptions.id.md) </td><td> </td><td> string </td><td> _(Optional)_ </td></tr> <tr><td> [multiple?](./ts-web-extras.showopenfilepickeroptions.multiple.md) </td><td> </td><td> boolean </td><td> _(Optional)_ </td></tr> <tr><td> [startIn?](./ts-web-extras.showopenfilepickeroptions.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> [types?](./ts-web-extras.showopenfilepickeroptions.types.md) </td><td> </td><td> [FilePickerAcceptType](./ts-web-extras.filepickeraccepttype.md)<!-- -->\[\] </td><td> _(Optional)_ </td></tr> </tbody></table>