npm.io
0.37.17 • Published 2 years ago

@openfin/web-interop

Licence
SEE LICENSE IN LICENSE.md
Version
0.37.17
Deps
3
Size
2.0 MB
Vulns
4
Weekly
0
DeprecatedThis package is deprecated

@openfin/web-interop

@openfin/web-interop enables interopability within a web browser. It is intended to be used by both content and platform developers to create integrated experiences which leverage OpenFin's existing interopability APIs.

This package relies on the type definitions found in @openfin/core which is a required peer dependency.

Developer Guides

Supported APIs

@openfin/web-interop currently supports the following APIs:

  • fin.me.identity - The identity of the fin instance provided by the Web Broker.
  • fin.InterApplicationBus.Channel.connect - Currently, the only supported channel strategy is classic.
  • fin.InterApplicationBus.Channel.create
  • InteropBroker
    • fin.Interop.init
  • InteropClient
    • fin.Interop.connectSync
    • fin.me.interop
    • InteropClient.getFDC3() - (FDC3 support is currently limited to context sharing on User Channels)

API Reference

See Also