Documentation
Namespaces
Model
interfaces
Events

Interface: Events<MParams, MResponse, AResponse>

Event handlers for logging and debugging

Type parameters

ParameterDefault
MParams extends Params-
MResponse extends Response-
AResponse extends anyany

Properties

PropertyTypeDescriptionSource
onApiResponse?(event) => void | Promise<void>[]-src/model/types.ts:161 (opens in a new tab)
onComplete?(event) => void | Promise<void>[]-src/model/types.ts:170 (opens in a new tab)
onError?(event) => void | Promise<void>[]-src/model/types.ts:179 (opens in a new tab)
onStart?(event) => void | Promise<void>[]-src/model/types.ts:154 (opens in a new tab)