@jimka/typescript-ui / core / PopoverPlacement
Type Alias: PopoverPlacement
ts
type PopoverPlacement = "top" | "bottom" | "left" | "right" | "auto";Defined in: src/typescript/lib/core/Popover.ts:52
Placement of a Popover relative to its anchor element. "auto" picks the side with the most viewport space at show() time.