ReactFire reference docs / ObservableStatusLoading
Name |
---|
T |
-
ObservableStatusBase
<T
>↳
ObservableStatusLoading
• data: undefined
ObservableStatusBase.data
• error: undefined
| Error
Any error that may have occurred in the underlying observable
ObservableStatusBase.error
• firstValuePromise: Promise
<void
>
Promise that resolves after first emit from observable
ObservableStatusBase.firstValuePromise
• hasEmitted: false
ObservableStatusBase.hasEmitted
• isComplete: boolean
If this is true
, the hook will be emitting no further items.
ObservableStatusBase.isComplete
• status: "loading"
ObservableStatusBase.status