@fgv/ts-web-extras
Version:
Browser-compatible utilities and FileTree implementations
59 lines (27 loc) • 745 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) > [FileSystemRemoveOptions\_2](./ts-web-extras.filesystemremoveoptions_2.md)
## FileSystemRemoveOptions\_2 interface
Options for removing entries
**Signature:**
```typescript
export interface FileSystemRemoveOptions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[recursive?](./ts-web-extras.filesystemremoveoptions_2.recursive.md)
</td><td>
</td><td>
boolean
</td><td>
_(Optional)_
</td></tr>
</tbody></table>