Link
Last updated
Was this helpful?
Last updated
Was this helpful?
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:
Customisable Text and URL: Set the display text and destination URL for the link, allowing for clear and descriptive navigation elements.
Styling Options: Customize the appearance of the link, including font style, color, and size, to align with the application's design.
Event Handlers: Define actions triggered by user interactions, such as clicks, to enhance interactivity.
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.
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.
These properties are accessible in {{ }} notations, as well as in JavaScript Queries.
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 give you the ability to trigger further actions (with Event-Handlers).
Click
When a User "click" on the component
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.
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