button

A button to be displayed on the notification

Type

{ /** The text of the button */ text: string; /** Click handler when the button is pressed */ onClick: () => void; }