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://reactjs.org/docs/legacy-context.html
Parameter | Type | Description |
---|---|---|
props | PropertyEditorProps | |
context | any |
Returns - TextEditor
Last Updated: 06 January, 2023