+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "PopoverController" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## PopoverController class Signature ```typescript declare class PopoverController extends React.Component ``` Import ```typescript import { PopoverController } from '@grafana/ui'; ``` Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [hidePopper](#hidepopper-property) | | () => void | | | [showPopper](#showpopper-property) | | () => void | | | [state](#state-property) | | {
show: boolean;
} | | Methods | Method | Modifiers | Description | | --- | --- | --- | | [render()](#render-method) | | | ### hidePopper property Signature ```typescript hidePopper: () => void; ``` ### showPopper property Signature ```typescript showPopper: () => void; ``` ### state property Signature ```typescript state: { show: boolean; }; ``` ### render method Signature ```typescript render(): JSX.Element; ``` Returns: `JSX.Element`