---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-extension.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-extension.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-extension
Extension that affects an element.

## Parameters
| Parameters | Description |
| --- | --- |
| `id` | <p>**string**</p><p>Required parameter.</p><p>Extension ID.</p><p>Available platforms: Android, iOS, web.</p> |
| `is_enabled` | <p>**bool_int**</p><p>Controls whether the extension is enabled (`true` by default). When `false`, the extension is not applied to the element.</p><p>Default value: `true`.</p><p>Available platforms: web, iOS, Android.</p> |
| `params` | <p>**object**</p><p>Additional extension parameters.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  id*: "string",
  is_enabled: "bool_int",
  params: "object"
}
```
</details>
