Enum sap.ui.layout.SideContentVisibilityModule: sap/ui/layout/library


Types of the DynamicSideContent Visibility options


Since: 1.30.
Field Summary
sap.ui.layout.SideContentVisibility.AlwaysShowShow the side content on any breakpoint
sap.ui.layout.SideContentVisibility.NeverShowDon't show the side content on any breakpoints
sap.ui.layout.SideContentVisibility.ShowAboveLShow the side content on XL breakpoint
sap.ui.layout.SideContentVisibility.ShowAboveMShow the side content on L and XL breakpoints
sap.ui.layout.SideContentVisibility.ShowAboveSShow the side content on M, L and XL breakpoints
Field Detail
sap.ui.layout.SideContentVisibility.AlwaysShow: string
Show the side content on any breakpoint
sap.ui.layout.SideContentVisibility.NeverShow: string
Don't show the side content on any breakpoints
sap.ui.layout.SideContentVisibility.ShowAboveL: string
Show the side content on XL breakpoint
sap.ui.layout.SideContentVisibility.ShowAboveM: string
Show the side content on L and XL breakpoints
sap.ui.layout.SideContentVisibility.ShowAboveS: string
Show the side content on M, L and XL breakpoints