---
title: aliases
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gccontrollerelement/aliases
---

# aliases

The element’s aliases you use when accessing it with the subscript notation.

## Declaration

```swift
var aliases: Set<String> { get }
```
