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