Interface: SettingsTabNotificationsCardProperties
Defined in: src/components/SiteDetails/tabs/SettingsTab.NotificationsCard.tsx:21
Props for SettingsTabNotificationsCard.
Propertiesโ
isLoadingโ
readonly isLoading: boolean;
Defined in: src/components/SiteDetails/tabs/SettingsTab.NotificationsCard.tsx:22
isSiteMutedโ
readonly isSiteMuted: boolean;
Defined in: src/components/SiteDetails/tabs/SettingsTab.NotificationsCard.tsx:23
onToggleSiteMuteโ
readonly onToggleSiteMute: () => void;
Defined in: src/components/SiteDetails/tabs/SettingsTab.NotificationsCard.tsx:24
Returnsโ
void