The API is no longer being updated here until further notice. |
Fires when the cursor passes a hyperlink.
(self, link, text, region, left, bottom, width, height)
Arguments[]
- self
- Frame - The widget registered for this script handler.
- link
- string - The link payload (e.g. "item:6948:0:0:0:...").
- text
- string - The link label (e.g. "[Hearthstone]").
- region
- Region - The Region the hyperlink belongs to.
- left
- number - The x position of the hyperlink in pixels, relative to the region top left corner.
- bottom
- number - The y position of the hyperlink in pixels, relative to the region top left corner.
- width
- number - Hyperlink width in pixels.
- height
- number - Hyperlink height in pixels.
Details[]
- Requires Frame:SetHyperlinksEnabled(), or a child frame defined in XML with <Frame propagateHyperlinksToParent="true">.