Skip to main content

Class IFrameClientServicesProxy

Less than 1 minute

Class IFrameClientServicesProxy

Declared in packages/sdk/client/src/services/iframe-service-proxy.ts:43open in new window

Proxy to host client service via iframe.

Constructors

constructor(options)open in new window

Returns: IFrameClientServicesProxy

Arguments:

options: IFrameClientServicesProxyOptions

Properties

closedopen in new window

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.

descriptorsopen in new window

Type: ServiceBundle<ClientServices>

proxyopen in new window

Type: ProtoRpcPeer<ClientServices>

servicesopen in new window

Type: Partial<ClientServices>

Methods

close()open in new window

Returns: Promise<void>

Arguments: none

open()open in new window

Returns: Promise<void>

Arguments: none