Options
All
  • Public
  • Public/Protected
  • All
Menu

Connect custom Salesforce components with OpenFin Container.

Index

Type aliases

CustomFinEvent

CustomFinEvent: CustomEvent & { fin: typeof fin }

Functions

Const initFinApiInLwc

  • initFinApiInLwc(): void
  • Restores the fin API object to window in the context of a Lightning Web Component.

    Returns void

Const prepareFinApiInPreload

  • prepareFinApiInPreload(): void
  • Prepares fin API to be used in a Lightning Web Component. This function should be run in a preload script before any Salesforce content is loaded.

    Returns void

Generated using TypeDoc