Interface: NotificationAction


CloudControl Pro 9 Docs / notification / NotificationAction

Interface: NotificationAction

notification.NotificationAction

通知的动作,包括标题和点击通知事件,一般作为用户可点击的通知按钮显示。

Table of contents

Properties

Properties

onClick

Optional onClick: VoidFunction

点击动作(按钮)后的回调函数,用户操作后此函数会被执行。


title

title: string

通知动作(按钮)的标题。