« All deprecation guides

Deprecation Guide for targetObject

until: 3.5.0
id: code-targetobject-code

The targetObject property on Component was intended as a "write-only API", meaning that the user was supposed to define their own if they desired, but not read the default one. It was never intended for this.get('targetObject') to be used, so it is now deprecated. The recommendation is to use target instead.