GUI_MarkupHover
Connection callback that is called when the mouse is moved over a markup object.
Callback Parameters
Markup: object - Markup object.
See markup object for information on properties and methods.
Example
RxCore.GUI_MarkupHover.connect(function (Markup) {
console.log("markup type: ", Markup.type);
});