Enum sap.m.SizeModule: sap/m/library


Enumeration of possible size settings.


Since: 1.34.0.
Field Summary
sap.m.Size.AutoThe size of the tile depends on the device it is running on.
sap.m.Size.LLarge size.
sap.m.Size.MMedium size.
sap.m.Size.SSmall size.
sap.m.Size.XSExtra small size.
Field Detail
sap.m.Size.Auto: string
The size of the tile depends on the device it is running on. It is medium size for desktop and tablet and small size for phone.
sap.m.Size.L: string
Large size.
sap.m.Size.M: string
Medium size.
sap.m.Size.S: string
Small size.
sap.m.Size.XS: string
Extra small size.