voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 474 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [EventType](./database.eventtype.md)
## EventType type
One of the following strings: "value", "child\_added", "child\_changed", "child\_removed", or "child\_moved."
<b>Signature:</b>
```typescript
export declare type EventType = 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed';
```