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