Type alias TOOLTIP_ANCHOR
TOOLTIP_ANCHOR: {
bottom?: boolean;
bottomLeft?: boolean;
bottomRight?: boolean;
left?: boolean;
right?: boolean;
top?: boolean;
topLeft?: boolean;
topRight?: boolean;
}
Type declaration
-
Optional bottom?: boolean
-
Optional bottomLeft?: boolean
-
Optional bottomRight?: boolean
-
Optional left?: boolean
-
Optional right?: boolean
-
Optional top?: boolean
-
Optional topLeft?: boolean
-
Optional topRight?: boolean
An object that defines which anchors are enabled for a tooltip. An anchor is a direction, relative to a position, where a tooltip may appear. For example, a tooltip with a
rightanchor will appear to the right of its position.