Skip to main content

Module hyperlink

Module hyperlink 

Source
Expand description

Hyperlink — a clickable label rendered in link style (blue, underlined).

Unlike a full URL-opening widget, Hyperlink fires a plain on_click callback so callers can open URLs via whatever platform mechanism is available (web_sys::window().open() on WASM, open::open() on native).

Structs§

Hyperlink
A text label that looks like a hyperlink (blue, underlined) and fires a callback when clicked.