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: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.