Action

Link

Definition

Navigates inside a LongLink Application or opens an external URL.

Usage

Use Link for destinations. Use Button for commands.

Attributes

  • to. Application route destination.
  • href. URL destination.
  • label or i18n. Accessible link text.
  • hasUnderline. Shows an underline.
  • isExternalLink. Marks an external destination.

Children

Optional text content.

Example

xml
<Link to="/orders/${order.id}" label="Open order" hasUnderline="true" />