ReactiveState
The lifecycle state of a ReactiveStreamStore as a single snapshot.
loading: the store is waiting for its first value.dataisundefined.loaded: a value has been received and no error is active.datais defined.error: the stream failed.datais the last known value (orundefinedif no value ever arrived), anderrorholds the failure.retrying: a `retry()` is in progress after a previous error.erroris cleared;datais preserved from before the failure if present.
Type Parameters
| Type Parameter |
|---|
T |