New to Kendo UI for Angular? Start a free 30-day trial
Position
Specifies the position of the Tooltip or Popover in relation to the anchor element.
The available options are:
top
(default)—Aligns the tooltip above theanchor
element.bottom
—Aligns the tooltip below theanchor
element.right
—Aligns the tooltip with the rightmost point of theanchor
element.left
—Aligns the tooltip with the leftmost point of theanchor
element.
type
Position = "top" | "bottom" | "right" | "left";