@can.isBound
Return if the observable is bound to.
canReflect.isBound(obj)
The @can.isBound
symbol is added to make isBound
return if obj
is bound or not.
Returns
{Boolean}
:
True if the observable has been bound to with .onKeyValue
or .addEventListener
.