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