constructor Method
| Overloads | |
|---|---|
| constructorTextEditor(props) | |
| constructorTextEditor(props, context) | Deprecated |
TextEditor(props)
TextEditor(props: PropertyEditorProps | Readonly<PropertyEditorProps>): TextEditor
| Parameter | Type | Description |
|---|---|---|
| props | PropertyEditorProps | Readonly<PropertyEditorProps> |
Returns - TextEditor
TextEditor(props, context)
Deprecated
TextEditor(props: PropertyEditorProps, context: any): TextEditor
see https://legacy.reactjs.org/docs/legacy-context.html
| Parameter | Type | Description |
|---|---|---|
| props | PropertyEditorProps | |
| context | any |
Returns - TextEditor
Last Updated: 30 November, 2023