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

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