Link
The Link component is a versatile way to navigate users either within your application or to external destinations. It can be styled richly and supports dynamic content, child elements, and target behavior customization.
Properties
The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).
Common
Content string
The text or content that will be displayed inside the link.
Href string
The URL or path the link points to.
Has Children boolean
If enabled, allows the link to have child elements nested inside it.
Target object
Specifies where to open the linked document:
-
Blank: Opens in a new tab.
-
Parent: Opens in the parent frame.
-
Self (default): Opens in the same frame.
-
Top: Opens in the topmost frame.