Documentation / @super-line/react / RequestState
Interface: RequestState<T>
Defined in: index.ts:24
State returned by useRequest.
Type Parameters
T
T
Properties
data?
optionaldata?:T
Defined in: index.ts:26
The last successful result, if any.
error?
optionalerror?:unknown
Defined in: index.ts:28
The last error thrown by call, if any.
isLoading
isLoading:
boolean
Defined in: index.ts:30
Whether a call is in flight.