ContentDialog Function
Deprecated in 4.15.0. Use [[iTwinUI Dialog]] instead.
Content Dialog React component uses the Dialog component with a modal={false} prop. It controls the z-index to keep the focused dialog above content but below widgets.
ContentDialog(props: ContentDialogProps): React.JSX.Element
| Parameter | Type | Description |
|---|---|---|
| props | ContentDialogProps |
Returns - React.JSX.Element
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.