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