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:162 (opens in a new tab)
onComplete?(event) => void | Promise<void>[]-src/model/types.ts:171 (opens in a new tab)
onError?(event) => void | Promise<void>[]-src/model/types.ts:180 (opens in a new tab)
onStart?(event) => void | Promise<void>[]-src/model/types.ts:155 (opens in a new tab)