---
title: "items(for:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdlayer/listoperation/items(for:)"
---

# items(for:)

Returns the items in the given operation’s slot.

## Declaration

```swift
func items(for operation: USDLayer.ListOperationType) -> [T]
```

## Parameters

- `operation`: The slot to read.

## Return Value

Return Value The items authored in operation’s slot.
