---
title: NSMenu.Properties
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nsmenu/properties
---

# NSMenu.Properties

These constants are used as a bitmask for specifying a set of menu or menu item properties, and are contained by the propertiesToUpdate property.

## Declaration

```swift
struct Properties
```

## Topics

### Constants

- [propertyItemTitle](appkit/nsmenu/properties/propertyitemtitle.md)
- [propertyItemAttributedTitle](appkit/nsmenu/properties/propertyitemattributedtitle.md)
- [propertyItemKeyEquivalent](appkit/nsmenu/properties/propertyitemkeyequivalent.md)
- [propertyItemImage](appkit/nsmenu/properties/propertyitemimage.md)
- [propertyItemEnabled](appkit/nsmenu/properties/propertyitemenabled.md)
- [propertyItemAccessibilityDescription](appkit/nsmenu/properties/propertyitemaccessibilitydescription.md)

### Creating an NSMenu Property

- [init(rawValue:)](appkit/nsmenu/properties/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
