Skip to main content

Interface: SCNotificationContributionType

Interface SCNotificationContributionType. Contribution Notification Schema.

Hierarchy

Properties

active_at

active_at: Date

Time when the notification was generated

Inherited from

SCNotificationType.active_at

Defined in

notification.ts:129


discussion

Optional discussion: SCFeedDiscussionType

If the contribution type is discussion

Defined in

notification.ts:511


is_new

is_new: boolean

True if the notification has been read, otherwise false

Inherited from

SCNotificationType.is_new

Defined in

notification.ts:114


post

Optional post: SCFeedPostType

If the contribution type is post

Defined in

notification.ts:516


sid

sid: string

Serialization id of the single notification

Inherited from

SCNotificationType.sid

Defined in

notification.ts:119


status

Optional status: SCFeedObjectType

If the contribution type is status

Defined in

notification.ts:521


type

type: SCNotificationTypologyType

Type of the notification

Inherited from

SCNotificationType.type

Defined in

notification.ts:124