---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-input-filter-expression.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-input-filter-expression.md
  - href: en/concepts/divs/2/div-input-filter-expression.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-input-filter-expression
Filter based on [calculated expressions](https://divkit.tech/docs/en/concepts/expressions.md).

## Parameters
| Parameters | Description |
| --- | --- |
| `condition` | <p>**bool_int**</p><p>Required parameter.</p><p>[Calculated expression](../../expressions) used to verify the validity of the value.</p><p>Available platforms: Android, iOS, web.</p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `expression`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "expression",
  condition*: "bool_int"
}
```
</details>
