NotificationStrings interface
All strings that may be shown on the UI in the Notification.
Properties
| dismiss |
Notification bar dismiss button aria label |
| link |
Notification bar link label |
| message | Notification bar message. |
| primary |
Notification bar primary button label |
| secondary |
Notification bar secondary button label |
| title | Notification bar title. |
Property Details
dismissButtonAriaLabel
Notification bar dismiss button aria label
dismissButtonAriaLabel?: string
Property Value
string
linkLabel
Notification bar link label
linkLabel?: string
Property Value
string
message
Notification bar message.
message?: string
Property Value
string
primaryButtonLabel
Notification bar primary button label
primaryButtonLabel?: string
Property Value
string
secondaryButtonLabel
Notification bar secondary button label
secondaryButtonLabel?: string
Property Value
string
title
Notification bar title.
title: string
Property Value
string