---
title: "createShelfSeparator"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737043/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

> Macro (scroll-tablelayout)

|  |
| --- |
| `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/ShogunPost121/pages/1253738590)
- [delete](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736748)
- [selectByType](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737710)