Interface: StatusAlertToastProperties
Defined in: src/components/Alerts/StatusAlertToast.tsx:50
Properties for the StatusAlertToast component.
Propertiesโ
alertโ
readonly alert: StatusAlert;
Defined in: src/components/Alerts/StatusAlertToast.tsx:51
onDismissโ
readonly onDismiss: (id: string) => void;
Defined in: src/components/Alerts/StatusAlertToast.tsx:52
Parametersโ
idโ
string
Returnsโ
void