---
title: "createShelfSeparator"
canonical: "https://help.vicon.com/space/Shogun16/13339812/createShelfSeparator"
format: markdown
---
# Description

Creates a separator at the end of the last button in the specified tab. Useful when initially setting up a tab.

## Functional area

Interface

# Command syntax

## Syntax

|  |
| --- |
| `createShelfSeparator ["tabName"] ["groupName"]` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `tabName` |  |  | The tab in into which you want the separator inserted. |
| `groupName` |  |  |  |

### Flags

None

## Return value

void

## Examples

```plaintext
//create a tab and add a separator
createShelfSeparator "testTab";
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [createKey](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340077)
- [delete](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13339848)
- [selectByType](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340173)