LessonDrawer
Interfaces
LessonDrawerProps
Indexable
[p: string]: any
Any other properties
Properties
| Property | Type | Description | 
|---|---|---|
| activePanel | SCLessonActionsType | The active panel | 
| course | SCCourseType | The course obj | 
| editMode | boolean | The edit mode Default false | 
| handleChangeLesson | ( lesson,section) =>void | Callback fired when the lesson change | 
| handleClose | () => void | Callback to handle drawer closing | 
| lesson | SCCourseLessonType | The lesson obj | 
| LessonCommentObjectsProps? | LessonCommentObjectsProps | The props to spread to lesson comment objs component Default {} | 
| LessonEditFormProps | LessonEditFormProps | The LessonEditFormProps | 
| previewMode | boolean | The preview mode Default false | 
Functions
LessonDrawer()
LessonDrawer(
inProps):Element
Parameters
| Parameter | Type | 
|---|---|
| inProps | LessonDrawerProps | 
Returns
Element