Class LoadingState<TData>

Represents the loading state of a Command

Type Parameters

  • TData

Hierarchy (view full)

Constructors

Properties

error$: Observable<Error>

Emits an error if one occurs

failed$: Observable<boolean>

Indicates if the actions has failed

isAsync: true = true

Indicates if the action was async or not

loading$: Observable<boolean>

Indicates the loading state of the command

result$: Observable<TData>

The result of the action

Accessors

Methods