Skip to main content

IRoosterRichTextEditorProps

@spartanfx/react v1.2.2


@spartanfx/react / index / IRoosterRichTextEditorProps

Interface: IRoosterRichTextEditorProps

Properties

Required

PropertyTypeDescription
onChange(content) => void-
valuestring-

Options

PropertyTypeDescription
allowedControls?IAllowedControls-
compact?boolean-
disabled?boolean-
placeholder?string-
rows?number-

Events & callbacks

PropertyTypeDescription
onBlur?() => void-
onRenderPlaceholder?(placeholder) => string | Element-
onUploadImage?(image) => Promise<string>-

Appearance & theming

PropertyTypeDescription
appearance?AppearanceMode-