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.

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.

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.

Properties of the Link component

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

Property Name
Type
Description

hidden

Boolean

Returns True or False based on whether the Link component is hidden or not

disabled

Boolean

Returns True or False based on whether the Link component is disabled or not

loading

Boolean

Returns True or False based on whether the Link component is loading or not

text

String

Returns text on the Link component

Events

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

Event Name
Description

Click

When a User "click" on the component

Methods

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.

Method Name
Description

blur

When a User "clicks" outside of the Link component i.e, defocuses the Link component.

focus

When a User "clicks" on the Link component

Last updated

Was this helpful?