foundation-notifications.shownotificationtoast
Home > @genesislcap/foundation-notifications > showNotificationToast
showNotificationToast() function
Shows the notification toast
Signature:
showNotificationToast: (configuration: ToastStructure, tagName: String, notificationContainer?: HTMLElement) => void
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
configuration | ||
|
tagName |
String | |
|
notificationContainer |
HTMLElement |
(Optional) |
Returns:
void