The goog.positioning.Corner Enum

goog.positioning.Corner

Enum for representing an element corner for positioning the popup. The START constants map to LEFT if element directionality is left to right and RIGHT if the directionality is right to left. Likewise END maps to RIGHT or LEFT depending on the directionality.

@enum
{number}

.BOTTOM_END

.BOTTOM_LEFT

.BOTTOM_RIGHT

.BOTTOM_START

.TOP_END

.TOP_LEFT

.TOP_RIGHT

.TOP_START