IRoosterRichTextEditorProps
@spartanfx/react / IRoosterRichTextEditorProps
Interface: IRoosterRichTextEditorProps
Properties
| Property | Type |
|---|---|
allowedControls? | IAllowedControls |
appearance? | AppearanceMode |
compact? | boolean |
disabled? | boolean |
onBlur? | () => void |
onChange | (content) => void |
onRenderPlaceholder? | (placeholder) => string | Element |
onUploadImage? | (image) => Promise<string> |
placeholder? | string |
rows? | number |
value | string |