IteratedDataSnapshot interface

Reprezentuje migawkę podrzędną elementu Reference, który jest powtarzany. Klucz nigdy nie będzie nieokreślony.

Podpis:

export declare interface IteratedDataSnapshot extends DataSnapshot 

Rozszerza: DataSnapshot

Właściwości

Właściwość Typ Opis
klucz ciąg znaków

IteratedDataSnapshot.key

Podpis:

key: string;