AboutSupportDeveloper GuideVersion 36.121.79.10

Configurations for API injection.

Hierarchy

  • Api

Properties

Properties

Configure injection of the fin API in this context.

  • 'none': The fin API will be not available in this context.
  • 'global': The entire fin API will be available in this context.
iframe?: {
    crossOriginInjection?: boolean;
    enableDeprecatedSharedName?: boolean;
    sameOriginInjection?: boolean;
}

Configure injection of OpenFin API into iframes based on domain

Type declaration

  • Optional crossOriginInjection?: boolean

    Inject OpenFin API into cross-origin iframes

  • Optional enableDeprecatedSharedName?: boolean
  • Optional sameOriginInjection?: boolean

    Inject OpenFin API into same-origin iframes