---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-radial-gradient-relative-radius.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-radial-gradient-relative-radius.md
  - href: en/concepts/divs/2/div-radial-gradient-relative-radius.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-radial-gradient-relative-radius
Relative radius of the gradient transition.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `relative`.</p> |
| `value` | <p>**string**</p><p>Required parameter.</p><p>Type of the relative radius of the gradient transition.</p><p>Possible values: `nearest_corner`, `farthest_corner`, `nearest_side`, `farthest_side`.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "relative",
  value*: "string"
}
```
</details>
