I have a template which contained a image template bind to a tree. If I change the image in the template, how do I find the changed image, as there is no getValues in template. Or, any similar component to show only image
You can use template.data, it will return the hash of actual values.
And we will add getValues method, to make API more consistent