constructor Method

Overloads
constructorNumericInputEditor(props)  
constructorNumericInputEditor(props, context) Deprecated  

NumericInputEditor(props)

NumericInputEditor(props: PropertyEditorProps | Readonly<PropertyEditorProps>): NumericInputEditor

Parameter Type Description
props PropertyEditorProps | Readonly<PropertyEditorProps>  

Returns - NumericInputEditor



NumericInputEditor(props, context)

Deprecated  

NumericInputEditor(props: PropertyEditorProps, context: any): NumericInputEditor

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

Parameter Type Description
props PropertyEditorProps  
context any  

Returns - NumericInputEditor


Last Updated: 06 January, 2023