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