Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectionEvents

Hierarchy

  • ConnectionEvents

Index

Properties

Optional onClose

onClose: () => void

Type declaration

    • (): void
    • Returns void

Optional onError

onError: (err: string) => void

Type declaration

    • (err: string): void
    • Parameters

      • err: string

      Returns void

Optional onOffline

onOffline: () => void

Type declaration

    • (): void
    • Returns void

Optional onReconnect

onReconnect: () => void

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc