MCPcopy Index your code
hub / github.com/TanStack/devtools / TooltipIssue

Interface TooltipIssue

packages/devtools-a11y/src/core/utils/ui.utils.ts:277–280  ·  view source on GitHub ↗

* Issue info for tooltip display

Source from the content-addressed store, hash-verified

275 * Issue info for tooltip display
276 */
277interface TooltipIssue {
278 ruleId: string
279 impact: SeverityThreshold
280}
281
282/**
283 * Create a tooltip element for issues and position it above the target element

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected