> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Spacer

Usage is kinda different for this one. You don’t need to define getActualSet, etc. Just define an option as:

```js theme={null}
{
    optionType: 'spacer',
    title: string,
    description: string
}
```

<ParamField path="title" type="string" required>
  Title string for spacer. You can use HTML there.
</ParamField>

<ParamField path="description" type="string" required>
  Description string for spacer. You can use HTML there.
</ParamField>

## Example Usage

```javascript theme={null}
{
    optionType: SoftUI.formTypes.spacer(),
    title: 'Spacer!',
    description: 'This is just spacing and even not an option, but yeah! Cool 😎'
}
```

<img height="200" src="https://mintcdn.com/assistantscenter/e0fzjuWUPc5-sSJC/images/formtypes/dbd-spacer.png?fit=max&auto=format&n=e0fzjuWUPc5-sSJC&q=85&s=11b0e694f2faeb1aa8ef51a26ac43894" data-path="images/formtypes/dbd-spacer.png" />
