With Granite UI, when I handle a client-side js event of type 'foundation-field-change', what should the code look like to adapt the data to the underlying object?For example, my callback function signature is, $(document).on('foundation-field-change', function(event) {...} I want to do some ...