-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Project: /docs/reference/js/_project.yaml | ||
Book: /docs/reference/_book.yaml | ||
page_type: reference | ||
|
||
{% comment %} | ||
DO NOT EDIT THIS FILE! | ||
This is generated by the JS SDK team, and any local changes will be | ||
overwritten. Changes should be made in the source code at | ||
https://github.com/firebase/firebase-js-sdk | ||
{% endcomment %} | ||
|
||
# IteratedDataSnapshot interface | ||
Represents a child snapshot of a `Reference` that is being iterated over. The key will never be undefined. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare interface IteratedDataSnapshot extends DataSnapshot | ||
``` | ||
<b>Extends:</b> [DataSnapshot](./database.datasnapshot.md#datasnapshot_class) | ||
## Properties | ||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [key](./database.iterateddatasnapshot.md#iterateddatasnapshotkey) | string | | | ||
## IteratedDataSnapshot.key | ||
<b>Signature:</b> | ||
```typescript | ||
key: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters