# Link

In Lowcoder, the **Link** component allows developers to create hyperlinks within their applications, enabling navigation to external URLs or different sections within the app.

<figure><img src="/files/PghiCMhHp2J2QaNiYXH3" alt=""><figcaption></figcaption></figure>

**Key Features:**

1. **Customisable Text and URL:** Set the display text and destination URL for the link, allowing for clear and descriptive navigation elements.
2. **Styling Options:** Customize the appearance of the link, including font style, color, and size, to align with the application's design.
3. **Event Handlers:** Define actions triggered by user interactions, such as clicks, to enhance interactivity.

### Component Playground

On Component Playground, you can interact with the Link component and explore it's Properties, Events and Methods. Play with different Styling properties to see the effect on the Link component.

{% embed url="<https://app.lowcoder.cloud/playground/link/1>" %}

### Component Auto-Docs

In the Auto-Docs of Link component, we have shown how to use different properties of the  Link component. It also includes the Styling properties of the Link component.

{% embed url="<https://app.lowcoder.cloud/components/link>" %}

#### Properties of the Link component <a href="#properties-of-the-table" id="properties-of-the-table"></a>

These properties are accessible in {{ }} notations, as well as in JavaScript Queries.

<table><thead><tr><th width="176.38671875">Property Name</th><th width="114.9921875">Type</th><th>Description</th></tr></thead><tbody><tr><td>hidden</td><td>Boolean</td><td>Returns True or False based on whether the Link component is hidden or not</td></tr><tr><td>disabled</td><td>Boolean</td><td>Returns True or False based on whether the Link component is disabled or not</td></tr><tr><td>loading</td><td>Boolean</td><td>Returns True or False based on whether the Link component is loading or not</td></tr><tr><td>text</td><td>String</td><td>Returns text on the Link component</td></tr></tbody></table>

#### Events <a href="#events" id="events"></a>

Events give you the ability to trigger further actions (with Event-Handlers).

<table><thead><tr><th width="152.5625">Event Name</th><th width="495.39453125">Description</th></tr></thead><tbody><tr><td>Click</td><td>When a User "click" on the component</td></tr></tbody></table>

#### Methods <a href="#methods" id="methods"></a>

You have the capability to engage with components via their respective methods, which can be accessed by their designated names within any segment where JavaScript is utilised. Additionally, these components can be activated through the 'Control Component' action, which is triggered in response to specific events.

<table><thead><tr><th width="177.9296875">Method Name</th><th width="485.80078125">Description</th></tr></thead><tbody><tr><td>blur</td><td>When a User "clicks" outside of the Link component i.e, defocuses the Link component.</td></tr><tr><td>focus</td><td>When a User "clicks" on the Link component</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lowcoder.cloud/lowcoder-documentation/build-applications/app-editor/visual-components/layout-and-navigation/link.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
