GramIO API Reference / gramio/dist / Hooks
Hooks
Namespace with GramIO hooks types
Interfaces
| Interface | Description |
|---|---|
| Store | Store hooks |
Type Aliases
| Type Alias | Description |
|---|---|
| Derive | Derive |
| OnApiCall | Type for onApiCall hook (wrap-style) |
| OnApiCallContext | Argument type for OnApiCall |
| OnError | Type for onError hook |
| OnErrorContext | Argument type for OnError |
| OnResponse | Type for onResponse hook |
| OnResponseError | Type for onResponseError hook |
| OnStart | Type for onStart hook |
| OnStop | Type for onStop hook |
| PreRequest | Type for preRequest hook |
| PreRequestContext | Argument type for PreRequest |