你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationStrings interface

通知的 UI 上可能显示的所有字符串。

属性

dismissButtonAriaLabel

通知栏关闭按钮 aria 标签

linkLabel

通知栏链接标签

message

通知栏消息。

primaryButtonLabel

通知栏主按钮标签

secondaryButtonLabel

通知栏辅助按钮标签

title

通知栏标题。

属性详细信息

dismissButtonAriaLabel

通知栏关闭按钮 aria 标签

dismissButtonAriaLabel?: string

属性值

string

linkLabel

通知栏链接标签

linkLabel?: string

属性值

string

message

通知栏消息。

message?: string

属性值

string

primaryButtonLabel

通知栏主按钮标签

primaryButtonLabel?: string

属性值

string

secondaryButtonLabel

通知栏辅助按钮标签

secondaryButtonLabel?: string

属性值

string

title

通知栏标题。

title: string

属性值

string