Skip to main content

SetupApplicationEventHandlersRuntimeScope

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / main/app/setupApplicationEventHandlersRuntime / SetupApplicationEventHandlersRuntimeScope

Interface: SetupApplicationEventHandlersRuntimeScope

Defined in: main/app/setupApplicationEventHandlersRuntime.ts:14

Properties​

getProcessArgumentValues​

readonly getProcessArgumentValues: SetupApplicationEventHandlersRuntimeProvider<() => readonly string[]>

Defined in: main/app/setupApplicationEventHandlersRuntime.ts:15


getProcessEnvironmentValue​

readonly getProcessEnvironmentValue: SetupApplicationEventHandlersRuntimeProvider<(name: string) => string | undefined>

Defined in: main/app/setupApplicationEventHandlersRuntime.ts:18


getProcessStringValue​

readonly getProcessStringValue: SetupApplicationEventHandlersRuntimeProvider<(name: RuntimeProcessStringPropertyName) => string | undefined>

Defined in: main/app/setupApplicationEventHandlersRuntime.ts:21


isDevelopmentEnvironment​

readonly isDevelopmentEnvironment: SetupApplicationEventHandlersRuntimeProvider<() => boolean>

Defined in: main/app/setupApplicationEventHandlersRuntime.ts:26


isTestEnvironment​

readonly isTestEnvironment: SetupApplicationEventHandlersRuntimeProvider<() => boolean>

Defined in: main/app/setupApplicationEventHandlersRuntime.ts:29