Enum sap.ui.ux3.VisibleItemCountModeModule: sap/ui/ux3/library
VisibleItemCountMode of the FacetFilter defines if the FacetFilter takes the whole available height (Auto) in the surrounding container, or is so high as needed to show 5 Items ("Fixed " - default).
Field Summary
sap.ui.ux3.VisibleItemCountMode.AutoThe FacetFilter automatically fills the height of the surrounding container.
sap.ui.ux3.VisibleItemCountMode.FixedThe FacetFilter always has as many items in the FacetFilterList as defined in the visibleItemCount property.