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