View Source
interface PopoverHideRequest { reason: "escape-key" | "outside-click"; target?: Node | null; }