Enum sap.m.VerticalPlacementTypeModule: sap/m/library


Types for the placement of message popover control.

Field Summary
sap.m.VerticalPlacementType.BottomPopover will be placed at the bottom of the reference control.
sap.m.VerticalPlacementType.TopPopover will be placed at the top of the reference control.
sap.m.VerticalPlacementType.VerticalPopover will be placed at the top or bottom of the reference control.
Field Detail
sap.m.VerticalPlacementType.Bottom: string
Popover will be placed at the bottom of the reference control.
sap.m.VerticalPlacementType.Top: string
Popover will be placed at the top of the reference control.
sap.m.VerticalPlacementType.Vertical: string
Popover will be placed at the top or bottom of the reference control.