Class: RichTextEditor
Hierarchy
Component<RichTextEditorProps>↳
RichTextEditor
Constructors
constructor
• new RichTextEditor(props)
Parameters
| Name | Type |
|---|---|
props | RichTextEditorProps | Readonly<RichTextEditorProps> |
Inherited from
React.Component<RichTextEditorProps>.constructor
• new RichTextEditor(props, context)
Parameters
| Name | Type |
|---|---|
props | RichTextEditorProps |
context | any |
Inherited from
React.Component<RichTextEditorProps>.constructor
Methods
render
▸ render(): Element
Returns
Element
Overrides
React.Component.render