How to assign the Image to Image widget
Hi,
I want to assign the Image to Image Widget. How to achieve.
Image is available in the SystemRepository
In Below service,I am loading the image and return the Image type
var params = {
path: MyImagefullpath /* STRING */
};
var result = Things["SystemRepository"].LoadImage(params); // Here result type is Image type
In Mashup , I am trying to bind the result value to Image Widget. It is not accepting.
Could you please advise how to assign the image(Image in SystemRepository) to Image Widget.
Thank You

