Skip to main content

LessonDrawer

Interfaces

LessonDrawerProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescription
activePanelSCLessonActionsTypeThe active panel
courseSCCourseTypeThe course obj
editModebooleanThe edit mode Default false
handleChangeLesson(lesson, section) => voidCallback fired when the lesson change
handleClose() => voidCallback to handle drawer closing
lessonSCCourseLessonTypeThe lesson obj
LessonCommentObjectsProps?LessonCommentObjectsPropsThe props to spread to lesson comment objs component Default {}
LessonEditFormPropsLessonEditFormPropsThe LessonEditFormProps
previewModebooleanThe preview mode Default false

Functions

LessonDrawer()

LessonDrawer(inProps): Element

Parameters

ParameterType
inPropsLessonDrawerProps

Returns

Element