Skip to main content

Class IFrameClientServicesHost

Less than 1 minute

Class IFrameClientServicesHost

Declared in packages/sdk/client/dist/types/src/services/iframe-service-host.d.ts:16

Proxy to host client service via iframe.

Constructors

constructor(options)

Returns: IFrameClientServicesHost

Arguments:

options: IFrameClientServicesHostOptions

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>

Methods

close()

Returns: Promise<void>

Arguments: none

open()

Returns: Promise<void>

Arguments: none