Interface: SettingsTabMonitoringConfigurationCardProperties
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:42
Props for SettingsTabMonitoringConfigurationCard.
Propertiesโ
handleIntervalChangeโ
readonly handleIntervalChange: (e: ChangeEvent<HTMLSelectElement>) => void;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:43
Parametersโ
eโ
ChangeEvent<HTMLSelectElement>
Returnsโ
void
handleRetryAttemptsChangeโ
readonly handleRetryAttemptsChange: (e: ChangeEvent<HTMLInputElement>) => void;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:44
Parametersโ
eโ
Returnsโ
void
handleTimeoutChangeโ
readonly handleTimeoutChange: (e: ChangeEvent<HTMLInputElement>) => void;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:47
Parametersโ
eโ
Returnsโ
void
intervalChangedโ
readonly intervalChanged: boolean;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:48
localCheckIntervalMsโ
readonly localCheckIntervalMs: number;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:49
localRetryAttemptsโ
readonly localRetryAttempts: number;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:50
localTimeoutSecondsโ
readonly localTimeoutSeconds: number;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:51
onSaveIntervalโ
readonly onSaveInterval: () => void;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:52
Returnsโ
void
onSaveRetryAttemptsโ
readonly onSaveRetryAttempts: () => void;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:53
Returnsโ
void
onSaveTimeoutโ
readonly onSaveTimeout: () => void;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:54
Returnsโ
void
retryAttemptsChangedโ
readonly retryAttemptsChanged: boolean;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:55
timeoutChangedโ
readonly timeoutChanged: boolean;
Defined in: src/components/SiteDetails/tabs/SettingsTab.MonitoringConfigurationCard.tsx:56