---
title: transientItem
framework: musickit
role: symbol
role_heading: Instance Property
path: musickit/musicplayer/queue/entry/transientitem
---

# transientItem

A music item that corresponds to a recently inserted entry in the playback queue that has underlying items the music player still needs to resolve.

## Declaration

```swift
var transientItem: (any PlayableMusicItem)? { get }
```
