Markdown editorNote
Editor
Note Editor from the Markdown editor package.
Loading NoteEditor…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
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 | — |