UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

97 lines (43 loc) 1.19 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; [ShowDirectoryPickerOptions](./ts-web-extras.showdirectorypickeroptions.md) ## ShowDirectoryPickerOptions interface Directory picker options **Signature:** ```typescript export interface ShowDirectoryPickerOptions ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [id?](./ts-web-extras.showdirectorypickeroptions.id.md) </td><td> </td><td> string </td><td> _(Optional)_ </td></tr> <tr><td> [mode?](./ts-web-extras.showdirectorypickeroptions.mode.md) </td><td> </td><td> 'read' \| 'readwrite' </td><td> _(Optional)_ </td></tr> <tr><td> [startIn?](./ts-web-extras.showdirectorypickeroptions.startin.md) </td><td> </td><td> [FileSystemHandle](./ts-web-extras.filesystemhandle_2.md) \| [WellKnownDirectory](./ts-web-extras.wellknowndirectory.md) </td><td> _(Optional)_ </td></tr> </tbody></table>