Description
Returns the facet filter that has the requested valueUsage
In HTML Template Binding
{{ filterValue_expression | filterValue[:value] }}
In JavaScript
$filter('filterValue')(facet[, value])
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{{ filterValue_expression | filterValue[:value] }}
$filter('filterValue')(facet[, value])
| Param | Type | Details |
|---|---|---|
| facet | string | The facet object to get the filter from |
| value (optional) | number | The value of the filter to get |
Was this page helpful?