Skip to main content

Interface: ApplicationSectionProperties

Defined in: src/components/Settings/SettingsSections.tsx:851

Propertiesโ€‹

autoStartControlโ€‹

readonly autoStartControl: ReactNode

Defined in: src/components/Settings/SettingsSections.tsx:852


availableThemesโ€‹

readonly availableThemes: readonly ThemeName[]

Defined in: src/components/Settings/SettingsSections.tsx:853


currentThemeNameโ€‹

readonly currentThemeName: ThemeName

Defined in: src/components/Settings/SettingsSections.tsx:854


iconโ€‹

readonly icon: IconType

Defined in: src/components/Settings/SettingsSections.tsx:855


isLoadingโ€‹

readonly isLoading: boolean

Defined in: src/components/Settings/SettingsSections.tsx:856


minimizeToTrayControlโ€‹

readonly minimizeToTrayControl: ReactNode

Defined in: src/components/Settings/SettingsSections.tsx:857


onThemeChange()โ€‹

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

Defined in: src/components/Settings/SettingsSections.tsx:858

Parametersโ€‹

eventโ€‹

ChangeEvent<HTMLSelectElement>

Returnsโ€‹

void