Type Alias WelcomeEvent

WelcomeEvent: { listenerName: string; type: "welcome" }

The listener has been established, and will start receiving events. Note that this is also emitted upon reconnection.

Type declaration

  • listenerName: string
  • type: "welcome"