# Heading Options Object

The heading parameter is useful when a textual content separator is required, such as a heading in a form that distinguishes different groups of form inputs.

<table><thead><tr><th width="135">Field</th><th width="121">Type</th><th>Description</th></tr></thead><tbody><tr><td>name</td><td><code>string</code></td><td><p>The heading itself. </p><p>Example: Segment</p></td></tr><tr><td>description</td><td><code>string</code></td><td><p>Provides description for the heading component. </p><p>Example: Define segment value</p></td></tr></tbody></table>

### Example <a href="#example" id="example"></a>

{% code lineNumbers="true" %}

```json
{
  "name": "Segment",
  "description": "Segment information",
}
```

{% endcode %}
