Preparing search index...
The search index is not available
course-api-wrapper
course-api-wrapper
InstructorData
Interface InstructorData
interface
InstructorData
{
commonName
?:
string
;
email
:
string
;
firstName
:
string
;
lastName
:
string
;
name
:
string
;
office
:
string
;
officeHours
:
string
;
phone
:
string
;
profileUrl
:
string
;
role
:
InstructorRole
;
}
Implemented by
Instructor
Index
Properties
common
Name?
email
first
Name
last
Name
name
office
office
Hours
phone
profile
Url
role
Properties
Optional
common
Name
common
Name
?:
string
email
email
:
string
first
Name
first
Name
:
string
last
Name
last
Name
:
string
name
name
:
string
office
office
:
string
office
Hours
office
Hours
:
string
phone
phone
:
string
profile
Url
profile
Url
:
string
role
role
:
InstructorRole
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
common
Name
email
first
Name
last
Name
name
office
office
Hours
phone
profile
Url
role
course-api-wrapper
Loading...