A container which keeps track of a replaceable RequestState of a known return type

Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

error: Signal<undefined | Error> = ...

Emits an error if the current RequestState is in an error state

failed: Signal<boolean> = ...

Emits true if the current RequestState has failed

loading: Signal<boolean> = ...

Emits true if the current RequestState is loading

request: Signal<IValueRequestState<T>>

The currently active RequestState

Accessors

Methods