Popup Class
Popup React component displays a popup relative to an optional target element.
Extends
- Component<PopupProps, PopupState>
Methods
| Name | Description | |
|---|---|---|
| constructor(props: PopupProps): Popup | ||
| componentDidMount(): void | ||
| componentDidUpdate(previousProps: PopupProps, prevState: PopupState): void | ||
| componentWillUnmount(): void | ||
| render(): | ReactPortal |
Properties
| Name | Type | Description | |
|---|---|---|---|
| defaultProps Static | Partial<PopupProps> |
Defined in
Last Updated: 20 June, 2023