---
title: exposedBindings
framework: objectivec
role: symbol
role_heading: Instance Property
path: objectivec/nsobject-swift.class/exposedbindings
---

# exposedBindings

Returns an array containing the bindings exposed by the receiver.

## Declaration

```swift
var exposedBindings: [NSBindingName] { get }
```

## Return Value

Return Value An array containing the bindings exposed by the receiver.

## Discussion

Discussion A subclass can override this method to remove bindings that are exposed by a superclass that are not appropriate for the subclass.

## See Also

### Exposing bindings

- [exposeBinding(_:)](objectivec/nsobject-swift.class/exposebinding(_:).md)
