NotificationAction
10/22/22Less than 1 minute
NotificationAction
notification.NotificationAction
An action on a notification: label and click handler. Typically shown as a button the user can tap.
Table of contents
Properties
Properties
onClick
• Optional onClick: VoidFunction
Callback invoked when the user taps this action (button).
title
• title: string
Title text for this action (button).
