SCNotificationCourseActivityType
Interface SCNotificationCourseActivityType.
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
active_at | Date | Time when the notification was generated | SCNotificationType .active_at |
comment? | object | The info about course lesson comment | - |
comment.course_id | number | - | - |
comment.html | string | - | - |
comment.id | number | - | - |
comment.lesson_id | number | - | - |
comment.lesson_name | string | - | - |
comment.section_id | number | - | - |
course | Partial <SCCourseType > | The course obj | - |
is_new | boolean | True if the notification has been read, otherwise false | SCNotificationType .is_new |
sid | string | Serialization id of the single notification | SCNotificationType .sid |
type | SCNotificationTypologyType | Type of the notification | SCNotificationType .type |
user | SCUserType | The user who performed the action | - |