---
metadata:
  - name: generator
    content: Diplodoc Platform v5.56.0
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-default-indicator-item-placement.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-default-indicator-item-placement.md
  - href: en/concepts/divs/2/div-default-indicator-item-placement.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-default-indicator-item-placement
Element size adjusts to a parent element.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `default`.</p><p>Available platforms: Android, iOS, web.</p> |
| `space_between_centers` | <p>**object**</p><p>Spacing between indicator centers.</p><p>The value has the type `div-fixed-size`.</p><p>Default value: `{"type": "fixed","value":15}`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "default",
  space_between_centers: {
    type*: "fixed",
    unit: "string",
    value*: "int"
  }
}
```
</details>
