Skip to main content

Interface: ClientLeftEvent<ClientType>

Defined in: livelink.clients/livelink.js/sources/session/SessionEvents.ts:47

Event emitted when a client leaves the session.

Dispatched by Session as on-client-left.

The browser SDK resolves clients as its own Client subclass, so the shared client lifecycle event is re-exported here with its type parameter rebound to the browser Client (the shared base defaults it to the headless client). Declared as an interface rather than a type alias so the payload it carries is documented on the type consumers actually see.

Extends

  • ClientLeftEvent<ClientType>

Type Parameters

Type ParameterDefault type
ClientType extends ClientClient

Properties

PropertyModifierTypeDescriptionOverrides
clientreadonlyClientTypeThe client that left the session.ClientLeftEventBase.client