voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 339 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [TaskEvent](./storage.taskevent.md)
## TaskEvent type
An event that is triggered on a task.
<b>Signature:</b>
```typescript
export declare type TaskEvent = 'state_changed';
```