Skip to main content

Interface: IGlobals

main.common.IGlobals

Hierarchy

Properties

FSBL

FSBL: FSBLDesktop

The FSBL object is only available when running as a desktop app (under FEA).


FSBLJSAdapter

FSBLJSAdapter: FSBLFreestanding

The FSBLJSAdapter is only available when running as a freestanding app.


fdc3

fdc3: DesktopAgent

The FDC3 Desktop Agent.


fin

Optional Private fin: FEA

The fin object injected by FEA. This object is not available when running as a freestanding app.


finsembleServices

Optional Private finsembleServices: any[]

In any service window, a pointer to the service


finsembleWindow

Optional finsembleWindow: FinsembleWindow

The finsembleWindow object is only available when running under FEA. Be careful not to write code that relies on finsembleWindow as it will not run correctly in freestanding apps.


name

name: string

deprecated


runningInFSBLUnitTest

Optional Private runningInFSBLUnitTest: boolean

This will be set to true if the code is currently being executed in a unit test