Price Filter View
Last Updated - Platform 19.0.0 - SDK 14.0.0The price filter view (FilterPriceView
) to present a selectable price range Filter
.
The PoqFilterPriceView
(default) variation of this view:
- Presents the title and
Reset
button. - Presents the price range using a
RangeSlider
withRangeSliderDecimalViewData
.
Container.shared.views.filterPriceView = { PoqFilterPriceView()}
View Data
The FilterPriceViewData
conforms to FilterViewData
and is mapped by the single FilterViewDataMapper
which maps all filter views.
Container.shared.mappers.filterViewDataMapper = { PoqFilterViewDataMapper()}