Enum sap.m.FlexAlignSelfModule: sap/m/library


Available options for the layout of individual elements along the cross axis of the flexbox layout overriding the default alignment.

Field Summary
sap.m.FlexAlignSelf.AutoTakes up the value of alignItems from the parent FlexBox
sap.m.FlexAlignSelf.BaselineIf the flex item's inline axis is the same as the cross axis, this value is identical to "Start".
sap.m.FlexAlignSelf.CenterThe flex item's margin box is centered in the cross axis within the line.
sap.m.FlexAlignSelf.EndThe cross-start margin edges of the flex item is placed flush with the cross-end edge of the line.
sap.m.FlexAlignSelf.InheritInherits the value from its parent.
sap.m.FlexAlignSelf.StartThe cross-start margin edges of the flex item is placed flush with the cross-start edge of the line.
sap.m.FlexAlignSelf.StretchMake the cross size of the item's margin box as close to the same size as the line as possible.
Field Detail
sap.m.FlexAlignSelf.Auto: string
Takes up the value of alignItems from the parent FlexBox
sap.m.FlexAlignSelf.Baseline: string
If the flex item's inline axis is the same as the cross axis, this value is identical to "Start". Otherwise, it participates in baseline alignment: all participating box items on the line are aligned such that their baselines align, and the item with the largest distance between its baseline and its cross-start margin edge is placed flush against the cross-start edge of the line.
sap.m.FlexAlignSelf.Center: string
The flex item's margin box is centered in the cross axis within the line.
sap.m.FlexAlignSelf.End: string
The cross-start margin edges of the flex item is placed flush with the cross-end edge of the line.
sap.m.FlexAlignSelf.Inherit: string
Inherits the value from its parent.
sap.m.FlexAlignSelf.Start: string
The cross-start margin edges of the flex item is placed flush with the cross-start edge of the line.
sap.m.FlexAlignSelf.Stretch: string
Make the cross size of the item's margin box as close to the same size as the line as possible.