Enum sap.m.FrameTypeModule: sap/m/library


Enum for possible frame size types for sap.m.DynamicContent and sap.m.GenricTile control.


Since: 1.34.0.
Field Summary
sap.m.FrameType.AutoThe Auto frame type that adjusts the size of the control to the content.
sap.m.FrameType.OneByOneThe 1x1 frame type.
sap.m.FrameType.TwoByOneThe 2x1 frame type.
sap.m.FrameType.TwoThirdsThe 2/3 frame type.
Field Detail
sap.m.FrameType.Auto: string
The Auto frame type that adjusts the size of the control to the content.
sap.m.FrameType.OneByOne: string
The 1x1 frame type.
sap.m.FrameType.TwoByOne: string
The 2x1 frame type.
sap.m.FrameType.TwoThirds: string
The 2/3 frame type.