Skip to main content

Interface: SCNotificationUnDeletedForType

Interface SCNotificationUnDeletedForType. Undeleted for 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 a status is undeleted

Defined in

notification.ts:440


discussion

Optional discussion: SCFeedDiscussionType

If a discussion is undeleted

Defined in

notification.ts:425


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

Defined in

notification.ts:430


sid

sid: string

Serialization id of the single notification

Inherited from

SCNotificationType.sid

Defined in

notification.ts:119


status

Optional status: SCFeedObjectType

If a comment is undeleted

Defined in

notification.ts:435


type

type: UNDELETED_FOR

Type Undeleted for

Overrides

SCNotificationType.type

Defined in

notification.ts:420