Skip to main content

Interface ClientServicesProvider

Less than 1 minute

Interface ClientServicesProvider

Declared in packages/sdk/client-protocol/dist/types/src/service-definitions.d.ts

Provide access to client services definitions and service handler.

Properties

closed

Type: Event<undefined | Error>

The connection to the services provider was termintaed.

This should fire if the services disconnect unexpectedly or during a client reset.

descriptors

Type: ServiceBundle<ClientServices>

services

Type: Partial<ClientServices>