Skip to main content

Interface: ApplicationSectionProperties

Defined in: src/components/Settings/sections/ApplicationSection.tsx:14

Propertiesโ€‹

autoStartControlโ€‹

readonly autoStartControl: ReactNode

Defined in: src/components/Settings/sections/ApplicationSection.tsx:15


availableThemesโ€‹

readonly availableThemes: readonly ThemeName[]

Defined in: src/components/Settings/sections/ApplicationSection.tsx:16


currentThemeNameโ€‹

readonly currentThemeName: ThemeName

Defined in: src/components/Settings/sections/ApplicationSection.tsx:17


iconโ€‹

readonly icon: IconType

Defined in: src/components/Settings/sections/ApplicationSection.tsx:18


isLoadingโ€‹

readonly isLoading: boolean

Defined in: src/components/Settings/sections/ApplicationSection.tsx:19


minimizeToTrayControlโ€‹

readonly minimizeToTrayControl: ReactNode

Defined in: src/components/Settings/sections/ApplicationSection.tsx:20


onThemeChange()โ€‹

readonly onThemeChange: (event: ChangeEvent<HTMLSelectElement>) => void

Defined in: src/components/Settings/sections/ApplicationSection.tsx:21

Parametersโ€‹

eventโ€‹

ChangeEvent<HTMLSelectElement>

Returnsโ€‹

void