@fgv/ts-web-extras
Version:
Browser-compatible utilities and FileTree implementations
59 lines (27 loc) • 821 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) > [FileSystemHandlePermissionDescriptor](./ts-web-extras.filesystemhandlepermissiondescriptor.md)
## FileSystemHandlePermissionDescriptor interface
Permission descriptor for file system handles
**Signature:**
```typescript
export interface FileSystemHandlePermissionDescriptor
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[mode?](./ts-web-extras.filesystemhandlepermissiondescriptor.mode.md)
</td><td>
</td><td>
'read' \| 'readwrite'
</td><td>
_(Optional)_
</td></tr>
</tbody></table>