Position
auto (the default) picks whichever side has room, preferring top, then bottom, then right, then left. An explicit side still flips to its opposite when the requested one has no room but the opposite does — so a tooltip near the viewport edge stays readable rather than being clipped.
<gog-button gogTooltip="Above" gogTooltipPosition="top">top</gog-button>
<gog-button gogTooltip="Below" gogTooltipPosition="bottom">bottom</gog-button>
<gog-button gogTooltip="To the left" gogTooltipPosition="left">left</gog-button>
<gog-button gogTooltip="To the right" gogTooltipPosition="right">right</gog-button>