<Await />
component:data
any
error
Error
value
any | Error
initialValue
or by settling a promise).initialValue
any | Error
initialValue
argument.startedAt
Date
finishedAt
Date
status
string
initial
, pending
, fulfilled
, rejected
.isInitial
boolean
true
while no promise has started yet, or one was started but cancelled.isPending
boolean
true
while a promise is pending (loading), false
otherwise.isLoading
isFulfilled
boolean
true
when the last promise was fulfilled (resolved to a value).isResolved
isRejected
boolean
true
when the last promise was rejected.isSettled
boolean
true
when the last promise was either fulfilled or rejected (i.e. not initial or pending)counter
number
query
Query
Query
created when initializing the component. It contains all the internal API, exposed as public by this component. More about Query, soon.onResolve
/ onReject
callbacks.run
function(...args: any[]): Query
defer
, passing any arguments provided as an array.reload
function(): Query
cancel
function(): void