Skip to main content

SetupApplicationEventHandlersRuntime

FitFileViewer - API Documentation v30.0.1


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

Interface: SetupApplicationEventHandlersRuntime

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

Properties​

getProcessArgumentValues​

readonly getProcessArgumentValues: () => readonly string[]

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

Returns​

readonly string[]


getProcessEnvironmentValue​

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

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

Parameters​

name​

string

Returns​

string | undefined


getProcessStringValue​

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

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

Parameters​

name​

RuntimeProcessStringPropertyName

Returns​

string | undefined


isDevelopmentEnvironment​

readonly isDevelopmentEnvironment: () => boolean

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

Returns​

boolean


isTestEnvironment​

readonly isTestEnvironment: () => boolean

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

Returns​

boolean