UIRenderPlacement

type UIRenderPlacement

enum UIRenderPlacement {
NONE = 0,
PAGE = 1,
DIALOG = 2,
DRAWER = 3,
DROPDOWN = 4,
DROPDOWN_COVER = 5,
POPOVER = 6,
POPOVER_ABOVE = 7,
POPOVER_LEFT = 8,
POPOVER_RIGHT = 9
}

Global view placement modes.