foundation-notifications.showbanner
Home > @genesislcap/foundation-notifications > showBanner
showBanner() function
Shows the notificationStructure dialog
Signature:
showBanner: (notificationStructure: NotificationStructure, tagName: String, notificationBoundary: HTMLElement) => void
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
notificationStructure |
The NotificationStructure object | |
|
tagName |
String |
The tag name to create prefix for the design system provider & notificationStructure component |
|
notificationBoundary |
HTMLElement |
target listener for the notification |
Returns:
void