Share via


NotificationStrings interface

All strings that may be shown on the UI in the Notification.

Properties

dismissButtonAriaLabel

Notification bar dismiss button aria label

linkLabel

Notification bar link label

message

Notification bar message.

primaryButtonLabel

Notification bar primary button label

secondaryButtonLabel

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