Gradebook Frontend Documentation - v0.0.0
Preparing search index...
interfaces/course.interface
CoursePageInfo
Interface CoursePageInfo
interface
CoursePageInfo
{
description
:
string
;
grades
?:
CourseGrade
[]
;
id
:
number
;
students
?:
CourseStudent
[]
;
teacher
:
User
;
title
:
string
;
}
Index
Properties
description
grades?
id
students?
teacher
title
Properties
description
description
:
string
Optional
grades
grades
?:
CourseGrade
[]
id
id
:
number
Optional
students
students
?:
CourseStudent
[]
teacher
teacher
:
User
title
title
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
grades
id
students
teacher
title
Gradebook Frontend Documentation - v0.0.0
Loading...