package alui type Orientation string const ( OrientationVertical Orientation = "vertical" OrientationHorizontal = "horizontal" )