<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintPanel/AccessorySummaryKey",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@T@NSPrintPanelAccessorySummaryKey"
  },
  "title" : "NSPrintPanel.AccessorySummaryKey"
}
-->

# NSPrintPanel.AccessorySummaryKey

Constants that specify the accessory panel keys.

```
struct AccessorySummaryKey
```

## Discussion

These keys must be included in the dictionaries returned by the [`localizedSummaryItems()`](/documentation/AppKit/NSPrintPanelAccessorizing/localizedSummaryItems()) method.

## Topics

### Summary Keys

[`static let itemName: NSPrintPanel.AccessorySummaryKey`](/documentation/AppKit/NSPrintPanel/AccessorySummaryKey/itemName)

A key that specifies the name of the accessory panel setting.

[`static let itemDescription: NSPrintPanel.AccessorySummaryKey`](/documentation/AppKit/NSPrintPanel/AccessorySummaryKey/itemDescription)

A key that identfies the current value of the accessory panel setting.

### Initializers

[`init(rawValue: String)`](/documentation/AppKit/NSPrintPanel/AccessorySummaryKey/init(rawValue:))

Creates a new instance with the specified raw value.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)