Checks if the mouse is hovering over the given element.
The element to check.
const element = ix.api.dom.getHtml("<ELEMENT-GUID>");ix.api.is.isMouseOnElement(element); // Returns true or false Copy
const element = ix.api.dom.getHtml("<ELEMENT-GUID>");ix.api.is.isMouseOnElement(element); // Returns true or false
Checks if the mouse is hovering over the given element.