Link
A hyperlink — to another view, or to an external address.


Reach for it when you need:
- An inline navigation target inside body text
- A link to a document or external system
Component name: Link · Category: Navigation
In the palette: Hyperlink
Properties
Any property can be bound to a tag, another component's property, or a query.
| Property | Type | Default | Description |
|---|---|---|---|
content | string | Link Text | — |
path | string | # | — |
fontSize | number | 14 | — |
color | color | "" | — |
style | style | {} | Custom CSS properties |
Events
Attach event actions to these in the Event Manager.
| Event | Label | Group | Payload |
|---|---|---|---|
click | Click | Mouse | The DOM event. |
dblclick | Double click | Mouse | The DOM event. |
contextmenu | Right click | Mouse | The DOM event. |
mouseenter | Mouse enter | Mouse | The DOM event. |
mouseleave | Mouse leave | Mouse | The DOM event. |
Right-click behaves differently in the Designer
contextmenu fires your configured actions at runtime only — in LiveView and in preview. On the Designer canvas the right-click is captured to open the Event Manager, so testing it there will not run your actions. Test right-click in preview.
Notes
For navigation that needs to pass parameters, use a navigate event action instead.