MCPcopy
hub / github.com/danielmiessler/Fabric / Position

Interface Position

web/src/lib/components/ui/tooltip/positioning.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type TooltipPosition = 'top' | 'bottom' | 'left' | 'right';
4
5export interface Position {
6 top: number;
7 left: number;
8}
9
10export function calculateTooltipPosition(
11 rect: DOMRect,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected