---
title: requiredOptionsIdentifiers
framework: sharedwithyoucore
role: symbol
role_heading: Instance Property
path: sharedwithyoucore/swcollaborationoption/requiredoptionsidentifiers
---

# requiredOptionsIdentifiers

An array of option identifiers that the app must select before the system makes the option interactive.

## Declaration

```swift
var requiredOptionsIdentifiers: [String] { get set }
```

## See Also

### Accessing option attributes

- [identifier](sharedwithyoucore/swcollaborationoption/identifier.md)
- [isSelected](sharedwithyoucore/swcollaborationoption/isselected.md)
- [subtitle](sharedwithyoucore/swcollaborationoption/subtitle.md)
- [title](sharedwithyoucore/swcollaborationoption/title.md)
