Interface ClientServicesProvider
ClientServicesProvider
Interface 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 terminated. This should fire if the services disconnect unexpectedly or during a client reset.
descriptors
Type: ServiceBundle<ClientServices>
services
Type: Partial<ClientServices>