UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

80 lines (36 loc) 1.03 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; [IFileHandleTreeInitializer](./ts-web-extras.ifilehandletreeinitializer.md) ## IFileHandleTreeInitializer interface Tree initializer for File System Access API file handles. **Signature:** ```typescript export interface IFileHandleTreeInitializer ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [fileHandles](./ts-web-extras.ifilehandletreeinitializer.filehandles.md) </td><td> `readonly` </td><td> [FileSystemFileHandle](./ts-web-extras.filesystemfilehandle_2.md)<!-- -->\[\] </td><td> </td></tr> <tr><td> [prefix?](./ts-web-extras.ifilehandletreeinitializer.prefix.md) </td><td> `readonly` </td><td> string </td><td> _(Optional)_ </td></tr> </tbody></table>