@fgv/ts-web-extras
Version:
Browser-compatible utilities and FileTree implementations
76 lines (34 loc) • 895 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@fgv/ts-web-extras](./ts-web-extras.md) > [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<string, string \| string\[\]>
</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>