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

# collection

The enclosing element for this element.

## Declaration

```swift
weak var collection: GCControllerElement? { get }
```

## Discussion

Discussion If this element is part of another element, this property is the containing element; otherwise, it’s nil.
