constructor Method

Overloads
constructorTextareaEditor(props)  
constructorTextareaEditor(props, context?) Deprecated  

TextareaEditor(props)

TextareaEditor(props: Readonly<PropertyEditorProps>): TextareaEditor

Parameter Type Description
props Readonly<PropertyEditorProps>  

Returns - TextareaEditor



TextareaEditor(props, context?)

Deprecated  

TextareaEditor(props: PropertyEditorProps, context?: any): TextareaEditor

see https://reactjs.org/docs/legacy-context.html

Parameter Type Description
props PropertyEditorProps  
context any  

Returns - TextareaEditor


Last Updated: 12 June, 2024