Options
Menu

Interface AsyncSystemValue<Query, Data, Error>

The type of value of an AsyncSystem, that gets derived from its member Units.

Hierarchy

  • AsyncSystemValue

Properties

Properties

Optional data

data: Data

The value of dataUnit.

Optional error

error: Error

The value of errorUnit.

Optional pending

pending: boolean

The value of pendingUnit.

Optional query

query: Query

The value of queryUnit.