--- title: FilterPresentation - Storefront API description: | Defines how to present the filter values, specifies the presentation of the filter. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/FilterPresentation md: https://shopify.dev/docs/api/storefront/unstable/enums/FilterPresentation.md --- # Filter​Presentation enum Defines how to present the filter values, specifies the presentation of the filter. ## Valid values * IMAGE Image presentation, filter values display an image. * SWATCH Swatch presentation, filter values display color or image patterns. * TEXT Text presentation, no additional visual display for filter values. *** ## Fields * [Filter.presentation](https://shopify.dev/docs/api/storefront/unstable/objects/Filter#field-Filter.fields.presentation) OBJECT A filter option available on collection and search results pages. Each filter includes a type, display label, and selectable values that customers can use to narrow down products. The [`FilterValue`](https://shopify.dev/docs/api/storefront/current/objects/FilterValue) objects contain an [`input`](https://shopify.dev/docs/api/storefront/current/objects/FilterValue#field-FilterValue.fields.input) field that you can combine to [build dynamic filtering queries](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/products-collections/filter-products). Merchants [configure available filters](https://help.shopify.com/manual/online-store/search-and-discovery/filters) using the Shopify Search & Discovery app. *** ## Map ### Fields with this enum * [Filter.presentation](https://shopify.dev/docs/api/storefront/unstable/objects/Filter#field-Filter.fields.presentation)