Interface: SettingsAlertVolumeControlProperties
Defined in: src/components/Settings/sections/SettingsAlertVolumeControl.tsx:7
Propertiesโ
automaticPreviewSuppressedโ
readonly automaticPreviewSuppressed: boolean;
Defined in: src/components/Settings/sections/SettingsAlertVolumeControl.tsx:8
disabledโ
readonly disabled: boolean;
Defined in: src/components/Settings/sections/SettingsAlertVolumeControl.tsx:9
isVolumeSilentโ
readonly isVolumeSilent: boolean;
Defined in: src/components/Settings/sections/SettingsAlertVolumeControl.tsx:10
onPreviewClickโ
readonly onPreviewClick: () => void;
Defined in: src/components/Settings/sections/SettingsAlertVolumeControl.tsx:11
Returnsโ
void
onVolumeChangeโ
readonly onVolumeChange: (event: ChangeEvent<HTMLInputElement>) => void;
Defined in: src/components/Settings/sections/SettingsAlertVolumeControl.tsx:12
Parametersโ
eventโ
Returnsโ
void
volumePercentโ
readonly volumePercent: number;
Defined in: src/components/Settings/sections/SettingsAlertVolumeControl.tsx:13