---
title: AppShortcutOptionsCollectionSpecification
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appshortcutoptionscollectionspecification
---

# AppShortcutOptionsCollectionSpecification

## Declaration

```swift
protocol AppShortcutOptionsCollectionSpecification<Value> : Sendable, Sequence where Self.Element == any AppShortcutOptionsCollectionProtocol
```

## Topics

### Associated Types

- [Value](appintents/appshortcutoptionscollectionspecification/value.md)

## Relationships

### Inherits From

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)

## See Also

### App Shortcut options

- [AppShortcutOptionsCollection](appintents/appshortcutoptionscollection.md)
- [AppShortcutOptionsCollectionProtocol](appintents/appshortcutoptionscollectionprotocol.md)
- [AppShortcutOptionsCollectionSpecificationBuilder](appintents/appshortcutoptionscollectionspecificationbuilder.md)
