---
title: "getShelfTabs"
canonical: "https://help.vicon.com/space/Shogun17/13536647/getShelfTabs"
format: markdown
---
# Description

Get a list of the shelf tab names

It is possible to create user button shelf tabs, in addition to the standard button shelf tabs. When any user button shelf tabs are present, the getShelfTabs command gets the names of the tabs into a string array.

## Functional area

Interface

# Command syntax

## Syntax

|  |
| --- |
| `getShelfTabs` |

### Arguments

None

### Flags

None

## Return value

string array

## Examples

```plaintext
//get the names of the user shelf tabs into an array
string $st[] = `getShelfTabs`;
 
//print the names of tabs to the log
print $st;
```

# Additional information

## Related commands

- [createShelfTab](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537647)
- [deleteShelfTab](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536471)