var exposedBindings : [NSBindingName]
Returns an array containing the bindings exposed by the receiver.
binding
, advertising its availability. Availability
Technology
class func exposeBinding(_ binding: NSBindingName
)
binding
The key path for the property to be exposed.
The bound property will be accessed using key-value-coding compliant methods. This method is typically invoked in the class’s initialize
implementation.
Bindings exposed using expose
will be exposed automatically in exposed
unless that method explicitly filters them out, for example in subclasses.
var exposedBindings : [NSBindingName]