Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HoverRequest

Hierarchy

  • HoverRequest

Index

Properties

content: string | HTMLElement | MarkdownString
cssClasses?: string[]

Additional css classes that should be added to the hover box. Used to style certain boxes different e.g. for the extended tab preview.

position: HoverPosition

The position where the hover should appear. Note that the hover service will try to invert the position (i.e. right -> left) if the specified content does not fit in the window next to the target element

target: HTMLElement