---
title: allowedMenuBarItems
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowedmenubaritems
---

# allowedMenuBarItems

The set of menu bar items that should remain visible during an assessment.

## Declaration

```swift
var allowedMenuBarItems: Set<AEMenuBarItem>? { get set }
```

## Discussion

Discussion When allowsMenuBar is true, the menu bar is restricted to only the items specified in this set. If this property is nil, all menu bar items are allowed (unrestricted menu bar). note: This property only takes effect when allowsMenuBar is true.
