Skip to main content

Interface: SCNotificationKindlyNoticeType

Interface SCNotificationKindlyNoticeType. Kindly notice User 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


comment

Optional comment: SCCommentType

If the contribute is a comment

Defined in

notification.ts:351


discussion

Optional discussion: SCFeedDiscussionType

If the contribute is a discussion

Defined in

notification.ts:336


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 contribute is a post

Defined in

notification.ts:341


sid

sid: string

Serialization id of the single notification

Inherited from

SCNotificationType.sid

Defined in

notification.ts:119


status

Optional status: SCFeedObjectType

If the contribute is a status

Defined in

notification.ts:346


type

type: KINDLY_NOTICE_ADVERTISING | KINDLY_NOTICE_AGGRESSIVE | KINDLY_NOTICE_VULGAR | KINDLY_NOTICE_POOR | KINDLY_NOTICE_OFFTOPIC | KINDLY_NOTICE_FLAG

Type Kindly Notice User

Overrides

SCNotificationType.type

Defined in

notification.ts:325