Enum sap.m.FlexJustifyContentModule: sap/m/library
Available options for the layout of elements along the main axis of the flexbox layout.
Field Summary
sap.m.FlexJustifyContent.CenterFlex items are packed toward the center of the line.
sap.m.FlexJustifyContent.EndFlex items are packed toward the end of the line.
sap.m.FlexJustifyContent.InheritInherits the value from its parent.
sap.m.FlexJustifyContent.SpaceAroundFlex items are evenly distributed in the line, with half-size spaces on either end.
sap.m.FlexJustifyContent.SpaceBetweenFlex items are evenly distributed in the line.
sap.m.FlexJustifyContent.StartFlex items are packed toward the start of the line.