Is UPROPERTY exposed to js runtime when bindUObject?

I bind a uobject to a browser view. I can call window.ue.myobj.somefunc, but I cannot access any properties defined on the class.