[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-07-07 UTC."],[],[],null,["# IteratedDataSnapshot interface\n\nRepresents a child snapshot of a `Reference` that is being iterated over. The key will never be undefined.\n\n**Signature:** \n\n export declare interface IteratedDataSnapshot extends DataSnapshot \n\n**Extends:** [DataSnapshot](./database.datasnapshot.md#datasnapshot_class)\n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------|--------|-------------|\n| [key](./database.iterateddatasnapshot.md#iterateddatasnapshotkey) | string | |\n\nIteratedDataSnapshot.key\n------------------------\n\n**Signature:** \n\n key: string;"]]