Interface: AppToastToastProperties
Defined in: src/components/Alerts/AppToastToast.tsx:24
Properties for the AppToastToast component.
Propertiesโ
onDismissโ
readonly onDismiss: (toastId: string) => void;
Defined in: src/components/Alerts/AppToastToast.tsx:25
Parametersโ
toastIdโ
string
Returnsโ
void
toastโ
readonly toast: AppToast;
Defined in: src/components/Alerts/AppToastToast.tsx:26