DotNaos UI

Editor

Note Editor from the Markdown editor package.

Source code

Waiting for the preview before loading source files · 2 of 2

Properties

Public properties derived from the component’s TypeScript signature.

PropertyTypeDefault
titleRequired
string
valueRequired
string
onTitleChangeRequired
(value: string) => void
onChangeRequired
(value: string) => void
customizeOptional
UiCustomization
editorPlaceholderOptional
string
isDirtyOptional
boolean
isSavingOptional
boolean
onEditorEventOptional
((event: MarkdownEditorEvent) => void)
onSaveOptional
(() => void)
readOnlyOptional
boolean
false
titlePlaceholderOptional
string