Skip to main content

Interface: IFEAGlobals

main.common.IFEAGlobals

Hierarchy

Properties

FSBL

FSBL: FSBLDesktop

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

Inherited from

IGlobals.FSBL


FSBLJSAdapter

FSBLJSAdapter: FSBLFreestanding

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

Inherited from

IGlobals.FSBLJSAdapter


fdc3

fdc3: DesktopAgent

The FDC3 Desktop Agent.

Inherited from

IGlobals.fdc3


fin

fin: FEA

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

Overrides

IGlobals.fin


finsembleServices

Optional Private finsembleServices: any[]

In any service window, a pointer to the service

Inherited from

IGlobals.finsembleServices


finsembleWindow

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.

Overrides

IGlobals.finsembleWindow


name

name: string

deprecated

Inherited from

IGlobals.name


runningInFSBLUnitTest

Optional Private runningInFSBLUnitTest: boolean

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

Inherited from

IGlobals.runningInFSBLUnitTest