Enum sap.m.ListSeparatorsModule: sap/m/library


Defines which separator style will be applied for the items.

Field Summary
sap.m.ListSeparators.AllSeparators between the items including the last and the first one.
sap.m.ListSeparators.InnerSeparators between the items.
sap.m.ListSeparators.NoneNo item separators.
Field Detail
sap.m.ListSeparators.All: string
Separators between the items including the last and the first one.
sap.m.ListSeparators.Inner: string
Separators between the items. Note: This enumeration depends on the theme.
sap.m.ListSeparators.None: string
No item separators.