Popup Class
Deprecated in 4.15.0. Use [[iTwinUI Popover]] instead.
Popup React component displays a popup relative to an optional target element.
@note Avoid nesting Popup and [[iTwinUI Popover]] components.
Extends
- React.Component<PopupProps, PopupState>
Methods
| Name | Description | |
|---|---|---|
| constructor(props: PopupProps): Popup | ||
| componentDidMount(): void | Called immediately after a component is mounted. | |
| componentWillUnmount(): void | Called immediately before a component is destroyed. | |
| render(): "null" | React.ReactPortal | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| defaultProps Static | Partial<PopupProps> | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.