Type alias IConnectionLost

IConnectionLost: ((manager, err, translator?) => Promise<void>)

A function that handles a connection to the server being lost.

Notes

The default implementation shows a simple dialog upon connection failures, but it may be overridden by extensions to perform other actions.

Type declaration