IRoosterRichTextEditorProps
@spartanfx/react v1.2.2
@spartanfx/react / index / IRoosterRichTextEditorProps
Interface: IRoosterRichTextEditorProps
Properties
Required
| Property | Type | Description |
|---|
onChange | (content) => void | - |
value | string | - |
Options
| Property | Type | Description |
|---|
allowedControls? | IAllowedControls | - |
compact? | boolean | - |
disabled? | boolean | - |
placeholder? | string | - |
rows? | number | - |
Events & callbacks
| Property | Type | Description |
|---|
onBlur? | () => void | - |
onRenderPlaceholder? | (placeholder) => string | Element | - |
onUploadImage? | (image) => Promise<string> | - |
Appearance & theming
| Property | Type | Description |
|---|
appearance? | AppearanceMode | - |