notification/src/notification.types.ts
Describes the link displayed in a Notification.
import { INotificationLink } from '@talenra/components/notification';See INotificationContext See NotificationService
Properties |
| clickCallback |
clickCallback:
|
Type : function
|
|
Callback function invoked when the link is clicked. |
| label |
label:
|
Type : string
|
|
Label displayed to the user |