PopoverContext

View Source

Signature

interface PopoverContext {
  anchor: AnchorRef | null;
  hideFocusTarget: HTMLElement | null;
  showFocusTarget: HTMLElement | null;
  surface: HTMLElement | null;
}