IntroductionStreami18nReadme
Top Level Components
UI Components
Layout Components
Composition Components
Notification
This component renders each grouped activity inside the <NotificationFeed />
component.
It supports the following activity verbs by default: follow
, like
, repost
, comment
.
Properties
activityGroup
NotificationActivityEnriched<UT, AT, CT, RT, CRT>
required
onClickNotification
((activityGroup: NotificationActivityEnriched<UT, AT, CT, RT, CRT>) => void) | undefined
onClickUser
OnClickUserHandler<UT> | undefined
onMarkAsRead
((group: MarkAsGroup) => Promise<void>) | undefined