---
title: inputKeys()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qccomposition/inputkeys()
---

# inputKeys()

Returns an array listing the keys that identify the input ports of the root patch of the composition.

## Declaration

```swift
func inputKeys() -> [Any]!
```

## Return Value

Return Value An array of input keys.

## See Also

### Getting Port Keys

- [outputKeys()](quartz/qccomposition/outputkeys().md)
