Skip to main content

Interface: SCNotificationAggregatedType

Interface SCNotificationAggregatedType. Notification aggregated Schema.

Properties

aggregated

aggregated: SCNotificationType[]

List of aggregated notifications by type. Types Object: NotificationTypeComment, NotificationTypeMention, NotificationTypeConnectionAccept, NotificationTypeConnectionRequest, NotificationTypePrivateMessage, NotificationTypeFollow, NotificationTypeVoteUp, NotificationTypeBlockedUser, NotificationTypeUnBlockedUser, NotificationTypeKindlyNotice, NotificationTypeCollapsedFor, NotificationTypeDeletedFor, NotificationTypeCustomNotification

Defined in

notification.ts:103


discussion

Optional discussion: SCFeedDiscussionType

Primary object involved (object that is common to notifications group) if it is a discusssion. For some types of notifications it will not be present.

Defined in

notification.ts:80


is_new

is_new: boolean

It's true if in the aggregated group there is at least one notification not yet seen by the user making the request

Defined in

notification.ts:74


post

Optional post: SCFeedPostType

Primary object involved (object that is common to notifications group) if it is a post. For some types of notifications it will not be present.

Defined in

notification.ts:86


sid

sid: string

Serialization id of the macro notification aggregate block

Defined in

notification.ts:68


status

Optional status: SCFeedObjectType

Primary object involved (object that is common to notifications group) if it is a status. For some types of notifications it will not be present.

Defined in

notification.ts:92