foundation-notifications.toastbuilder.withdetails
Home > @genesislcap/foundation-notifications > ToastBuilder > withDetails
ToastBuilder.withDetails() 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 details data to notifications
Signature:
withDetails(details: NotificationDataRow): ToastBuilder;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
details |
NotificationDataRow |
Returns: