Skip to main content

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

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