Is there a way to get the image name and image extension from the KendoUI Image Editor in imageRendered event?
I have tried to find the image name and the image extension from the event data (image instance). But could not find a property which has that.
E.g. I expected it to have something like e.image.extension and e.image.type etc.