Class StudentObservation

Constructors

Properties

date: Date
id: string
opened: boolean
reason?: string
section: {
    id: string;
    name: string;
    type: PronoteApiAttendanceObservationType;
}

Type declaration

  • id: string

    ID of the observation section.

    Might be useful when you're looking for the same observation section when going through an StudentObservation array.

  • name: string
  • type: PronoteApiAttendanceObservationType
shouldParentsJustify: boolean
subject?: StudentSubject