<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/binding-dictionary-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Binding dictionary keys"
}
-->

# Binding dictionary keys

These constants define keys in the binding information dictionary.

## Topics

### Constants

[`static let observedObject: NSBindingInfoKey`](/documentation/AppKit/NSBindingInfoKey/observedObject)

The object that is the observable controller of the binding.

[`static let observedKeyPath: NSBindingInfoKey`](/documentation/AppKit/NSBindingInfoKey/observedKeyPath)

An `NSString` object containing the key path of the binding.

[`static let options: NSBindingInfoKey`](/documentation/AppKit/NSBindingInfoKey/options)

An `NSDictionary` object containing key value pairs as specified in the options
dictionary when the binding was created.



---

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)