Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
Edward Smale edited this page Apr 7, 2020 · 2 revisions

Event

Represents an event.

Properties

.client (Client) The client that initiated the object.

.id (Number) The ID of the event.

.created_timestamp (Number) The timestamp when the event was emitted.

.created_timestamp (Object) The eventable object.

.event_type (String) The type of event.

.user_name (String) The name of the user who emitted the event.

.user_id (Number) The ID of the user who emitted the event.

.assignment_id (Number) The ID of the assignment for the event.

.assignment_title (String) The title of the assignment for the event.

.assignment_type (String) The type of the assignment for the event.

.submission_id (Number) The ID of the submission for the event.

.eventable_type (String) The type of event.

.read (Boolean) Whether or not the event has been marked as read.

.parent_forename (String) The forename of the parent for the event.

.parent_surname (String) The surname of the parent for the event.

.student_forename (String) The forename of the student for the event.

.recipient_id (String) The ID of the recipient for the event.

Clone this wiki locally