voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 449 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [DocumentChange](./firestore_.documentchange.md) > [type](./firestore_.documentchange.type.md)
## DocumentChange.type property
The type of change ('added', 'modified', or 'removed').
<b>Signature:</b>
```typescript
readonly type: DocumentChangeType;
```