Hello @artf ,
How can I change the title for my image component when I hover on it?
LIke the highlighted text on this image:

Thanks!
Set the 'custom-name' attribute on the component.
custom-name is deprecated, use name instead
Thanks a ton @Zachary1748 and @artf for the help, it worked like a charm.
I've updated the getName function and changed the name attribute for images.
name = name == 'image' ? 'image (Double Click to upload Images)' : name;
Most helpful comment
Set the 'custom-name' attribute on the component.