Type alias IConnectionLost

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

Type declaration

    • (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.

      Parameters

      Returns Promise<void>

Generated using TypeDoc