Skip to main content

@microsoft/fast-foundation > TooltipPosition

TooltipPosition variable

Enumerates possible tooltip positions

Signature:
TooltipPosition: {
readonly top: "top";
readonly right: "right";
readonly bottom: "bottom";
readonly left: "left";
readonly start: "start";
readonly end: "end";
readonly topLeft: "top-left";
readonly topRight: "top-right";
readonly bottomLeft: "bottom-left";
readonly bottomRight: "bottom-right";
readonly topStart: "top-start";
readonly topEnd: "top-end";
readonly bottomStart: "bottom-start";
readonly bottomEnd: "bottom-end";
}