+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "PopoverController"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
draft = true
+++
## PopoverController class
Signature
```typescript
declare class PopoverController extends React.Component
```
Import
```typescript
import { PopoverController } from '@grafana/ui';
```
Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [constructor(props)](#constructor-props) | | Constructs a new instance of the PopoverController
class |
Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [hidePopper](#hidepopper-property) | | () => void
| |
| [showPopper](#showpopper-property) | | () => void
| |
Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
| [UNSAFE\_componentWillReceiveProps(nextProps)](#unsafe_componentwillreceiveprops-method) | | |
### constructor(props)
Constructs a new instance of the `PopoverController` class
Signature
```typescript
constructor(props: Props);
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| props | Props
| |
### hidePopper property
Signature
```typescript
hidePopper: () => void;
```
### showPopper property
Signature
```typescript
showPopper: () => void;
```
### render method
Signature
```typescript
render(): JSX.Element;
```
Returns:
`JSX.Element`
### UNSAFE\_componentWillReceiveProps method
Signature
```typescript
UNSAFE_componentWillReceiveProps(nextProps: Props): void;
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| nextProps | Props
| |
Returns:
`void`