Enum sap.m.FlexRendertypeModule: sap/m/library


Determines the type of HTML elements used for rendering controls.

Field Summary
sap.m.FlexRendertype.DivThe UI5 controls are wrapped in DIV elements
sap.m.FlexRendertype.ListThe UI5 controls are wrapped in LI elements, the entire Flex Box is an unordered list (UL)
Field Detail
sap.m.FlexRendertype.Div: string
The UI5 controls are wrapped in DIV elements
sap.m.FlexRendertype.List: string
The UI5 controls are wrapped in LI elements, the entire Flex Box is an unordered list (UL)