AboutSupportDeveloper GuideVersion 18.0.8

Configuration object of the Workspace Platform's Analytics Config.

Hierarchy

  • AnalyticsConfig

Properties

Properties

sendToOpenFin: boolean

Enable sending of Analytics data to OpenFin

Default

false

Remarks

OpenFin workspace utilizes a HTML iframe in order to send analytics data to OpenFin. In order to facilitate this, and allow for the use of fin APIs within the iframe, you must enable injection of the OpenFin API into cross-origin iframes. This can be configured within the manifest like so:

{
"platform": {
"api": {
"iframe": {
"crossOriginInjection": true
}
},
// The rest of the manifest configuration is omitted for brevity
}
}