HTML element to use for notification banner
Optionalconfig: NotificationBannerConfig = {}Notification banner config
Protected_Static ConstantdefaultsNotification banner default config
StaticelementStaticmoduleName for the component used when initialising using data-module attributes.
Static ConstantschemaNotification banner config schema
Protected$rootProtectedReturns the root element of the component
ProtectedconfigProtectedReturns the root element of the component
Internal VirtualconfigOverride
Function which defines configuration overrides to prioritize properties from the root element's dataset.
It should take a subset of configuration as input and return a new configuration object with properties that should be overridden based on the root element's dataset. A Symbol is used for indexing to prevent conflicts.
Optionalparam: Partial<NotificationBannerConfig>Configuration object
return - Configuration object
Staticcheck
Notification Banner component