I'm adding a custom binding to my page. Within it, I'd like to save one of the objects I create as a property of the viewModel. When I do this, I get "undefined" when I try and access it outside of the binding. Why? Here is a reduced down example:I'm adding a custom binding to my page. Within