UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

76 lines (34 loc) 895 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; [FilePickerAcceptType](./ts-web-extras.filepickeraccepttype.md) ## FilePickerAcceptType interface File picker accept type **Signature:** ```typescript export interface FilePickerAcceptType ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [accept](./ts-web-extras.filepickeraccepttype.accept.md) </td><td> </td><td> Record&lt;string, string \| string\[\]&gt; </td><td> </td></tr> <tr><td> [description?](./ts-web-extras.filepickeraccepttype.description.md) </td><td> </td><td> string </td><td> _(Optional)_ </td></tr> </tbody></table>