API Documentation / @pinia/colada / DataState_Pending
Interface: DataState_Pending<TDataInitial>
Internal base type for data state.
Extends
_DataState_Base
<TDataInitial
,null
>
Type Parameters
TDataInitial
TDataInitial
Properties
data
ts
data: TDataInitial;
The last successfully resolved data.
Inherited from
error
ts
error: null;
The last rejected error.
Inherited from
status
ts
status: "pending";
The status of the data.