event_targets_link(
event: MouseMove,
) -> bool| Name | Type | Description |
|---|---|---|
event* | MouseMove |
Return whether the style under the mouse points to a clickable link.
Detects both Rich Style(link=...) (OSC 8) hyperlinks and the
@click=link(...) meta actions that Textual's Markdown widget attaches
to rendered links and images.
The Textual mouse-move event to inspect.