Editor
Markdown Editor from the Markdown editor package.
Loading MarkdownEditor…
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 |
|---|---|---|
valueRequired | string | — |
onChangeRequired | (value: string) => void | — |
customizeOptional | UiCustomization | — |
initialPreviewVisibleOptional | boolean | false |
isLoadingOptional | boolean | false |
minHeightOptional | number | 320 |
onEventOptional | ((event: MarkdownEditorEvent) => void) | — |
placeholderOptional | string | "Write Markdown…" |
readOnlyOptional | boolean | false |