Enum sap.ui.commons.HorizontalDividerHeightModule: sap/ui/commons/library


Enumeration of possible HorizontalDivider height settings.

Field Summary
sap.ui.commons.HorizontalDividerHeight.LargeDivider gets a large top and bottom margin.
sap.ui.commons.HorizontalDividerHeight.MediumDivider gets a medium top and bottom margin.
sap.ui.commons.HorizontalDividerHeight.RuleheightDivider gets no top and bottom margin.
sap.ui.commons.HorizontalDividerHeight.SmallDivider gets a small top and bottom margin.
Field Detail
sap.ui.commons.HorizontalDividerHeight.Large: string
Divider gets a large top and bottom margin.
sap.ui.commons.HorizontalDividerHeight.Medium: string
Divider gets a medium top and bottom margin.
sap.ui.commons.HorizontalDividerHeight.Ruleheight: string
Divider gets no top and bottom margin.
sap.ui.commons.HorizontalDividerHeight.Small: string
Divider gets a small top and bottom margin.