Skip to main content

LessonAppbar

Interfaces

LessonAppbarProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescription
activePanelSCLessonActionsTypeThe active panel
editModebooleanThe edit mode Default false
handleOpen(panel) => voidHandles panel opening
onArrowBackClick?() => voidonArrowBack Callback
onSave() => voidonSaveCallback
showCommentsbooleanIf comments are enabled for the lesson showed
titlestringThe appbar title
updatingbooleanIndicates whether an update is currently in progress.

Functions

LessonAppbar()

LessonAppbar(inProps): Element

Parameters

ParameterType
inPropsLessonAppbarProps

Returns

Element