Interface: ServiceContainerEventForwarderOptions
Defined in: electron/services/ServiceContainerEventForwarder.ts:47
Construction options for ServiceContainerEventForwarder.
Properties
enableDebugLogging
enableDebugLogging:
boolean
Defined in: electron/services/ServiceContainerEventForwarder.ts:49
True to emit debug logs.
getMainOrchestrator()
getMainOrchestrator: () =>
ServiceContainerOrchestratorEmitter|null
Defined in: electron/services/ServiceContainerEventForwarder.ts:52
Provide access to the orchestrator (may be null if not constructed yet).