Type Alias: HoverDetail
ts
type HoverDetail = "compact" | "full" | "custom";Defined in: packages/providers/src/types.ts:139
How much a component hover card shows. compact is the header, summary, deprecation, and a facet count line; full expands every facet that has content into a labelled section; custom takes a per-section HoverSections map. A shippable stand-in for VS Code's not-yet-stable hover-verbosity control.