<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/selection-markers",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Selection Markers"
}
-->

# Selection Markers

The following constants are used to describe special cases for a controller’s selection.

## Topics

### Constants

[`var NSMultipleValuesMarker: AnyObject`](/documentation/AppKit/NSMultipleValuesMarker)

This marker indicates that a key’s value contains multiple values that differ.

[`var NSNoSelectionMarker: AnyObject`](/documentation/AppKit/NSNoSelectionMarker)

This marker indicates that the controller’s selection is currently empty.

[`var NSNotApplicableMarker: AnyObject`](/documentation/AppKit/NSNotApplicableMarker)

This marker indicates that an object is not key-value coding compliant for the requested key.



---

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)