Interface: IFEAGlobals
main.IFEAGlobals
Hierarchy
↳
IFEAGlobals
Properties
FSBL
• FSBL: FSBLDesktop
The FSBL object is only available when running as a desktop app (under FEA).
Inherited from
FSBLJSAdapter
• FSBLJSAdapter: FSBLFreestanding
The FSBLJSAdapter is only available when running as a freestanding app.
Inherited from
fdc3
• fdc3: DesktopAgent
The FDC3 Desktop Agent.
Inherited from
fin
• fin: FEA
The fin object injected by FEA. This object is not available when running as a freestanding app.
Overrides
finsembleServices
• Optional
Private
finsembleServices: any
[]
In any service window, a pointer to the service
Inherited from
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
name
• name: string
deprecated
Inherited from
runningInFSBLUnitTest
• Optional
Private
runningInFSBLUnitTest: boolean
This will be set to true if the code is currently being executed in a unit test