Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DrawingTooltip

By holding shift while mousing over a Custom Drawing Tool, you can reveal its tooltip. You can use this interface to describe how these tooltips will appear by changing their coordinates, content items, and alignment.

Hierarchy

  • DrawingTooltip

Properties

Properties

alignment: Alignment

How this tooltip will be aligned relative to its coord Point. If undefined, defaults to DrawingTooltip.PredefinedAlignment with the x field set to 'left' and the y field set to 'below'.

coord: Point

The X and Y coordinates that this tooltip will be rendered at.

items: readonly Item[]

An array of DrawingTooltip.Item that describes the content of the tooltip.

Generated using TypeDoc