Skip to main content

LessonEditForm

Interfaces

LessonEditFormProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescription
lessonSCCourseLessonTypeThe lesson obj
onSave() => voidCallback fired when clicking save button
onSettingsChange?(settings) => voidCallback fired when settings change
updatingbooleanIndicates whether an update is currently in progress.

Functions

LessonEditForm()

LessonEditForm(inProps): Element

Parameters

ParameterType
inPropsLessonEditFormProps

Returns

Element