---
title: accessories
framework: accessorysetupkit
role: symbol
role_heading: Instance Property
path: accessorysetupkit/asaccessorysession/accessories
---

# accessories

An array of previously-selected accessories for this application.

## Declaration

```swift
var accessories: [ASAccessory] { get }
```

## Mentioned in

Discovering and configuring accessories

## Discussion

Discussion To monitor for changes in this list, use your event handler to watch for the events ASAccessoryEventType.accessoryAdded, ASAccessoryEventType.accessoryChanged, and ASAccessoryEventType.accessoryRemoved.
