Represents a child snapshot of a Reference
that is being iterated over. The key will never be undefined.
Signature:
export declare interface IteratedDataSnapshot extends DataSnapshot
Extends: DataSnapshot
Properties
Property | Type | Description |
---|---|---|
key | string |
IteratedDataSnapshot.key
Signature:
key: string;