foundation-notifications.toastbuilder.withbuttons
Home > @genesislcap/foundation-notifications > ToastBuilder > withButtons
ToastBuilder.withButtons() method
Warning: This API is now obsolete.
Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.
Add buttons to notifications
Signature:
withButtons(buttons: ToastButton[]): ToastBuilder;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
buttons |
ToastButton[] |
Returns: