ArrowFit

Optional arrowRect

Section titled "arrowRect"

Rectangle of the arrow element.

arrowRect?: Partial<DOMRect>

Defined in projects/igniteui-angular/directives/src/directives/tooltip/tooltip.common.ts:32

Optional direction

Section titled "direction"

Direction in which the arrow points.

direction?: "left" | "right" | "top" | "bottom"

Defined in projects/igniteui-angular/directives/src/directives/tooltip/tooltip.common.ts:36

Horizontal offset of the arrow element from the tooltip

left?: number

Defined in projects/igniteui-angular/directives/src/directives/tooltip/tooltip.common.ts:40

Optional tooltipRect

Section titled "tooltipRect"

Rectangle of the tooltip element.

tooltipRect?: Partial<DOMRect>

Defined in projects/igniteui-angular/directives/src/directives/tooltip/tooltip.common.ts:34

Vertical offset of the arrow element from the tooltip

top?: number

Defined in projects/igniteui-angular/directives/src/directives/tooltip/tooltip.common.ts:38