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