OptionalallowWhether to receive non-HTTP URLs from LinkProvider. When false, any
usage of non-HTTP URLs will be ignored. Enabling this option without
proper protection in activate function may cause security issues such
as XSS.
Calls when the link is activated.
The mouse event triggering the callback.
The text of the link.
The buffer range of the link.
OptionalhoverCalled when the mouse hovers the link. To use this to create a DOM-based
hover tooltip, create the hover element within Terminal.element and
add the xterm-hover class to it, that will cause mouse events to not
fall through and activate other links.
The mouse event triggering the callback.
The text of the link.
The buffer range of the link.
OptionalleaveCalled when the mouse leaves the link.
The mouse event triggering the callback.
The text of the link.
The buffer range of the link.
A link handler for OSC 8 hyperlinks.