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