UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

59 lines (27 loc) 762 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; [IFileListTreeInitializer](./ts-web-extras.ifilelisttreeinitializer.md) ## IFileListTreeInitializer interface Tree initializer for FileList objects (from File API). **Signature:** ```typescript export interface IFileListTreeInitializer ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [fileList](./ts-web-extras.ifilelisttreeinitializer.filelist.md) </td><td> `readonly` </td><td> FileList </td><td> </td></tr> </tbody></table>