Interfaces
LessonAppbarProps
Indexable
[p
: string
]: any
Any other properties
Properties
Property | Type | Description |
---|
activePanel | SCLessonActionsType | The active panel |
editMode | boolean | The edit mode Default false |
handleOpen | (panel ) => void | Handles panel opening |
onArrowBackClick? | () => void | onArrowBack Callback |
onSave | () => void | onSaveCallback |
showComments | boolean | If comments are enabled for the lesson showed |
title | string | The appbar title |
updating | boolean | Indicates whether an update is currently in progress. |
Functions
LessonAppbar()
LessonAppbar(inProps
): Element
Parameters
Returns
Element