The Navigation Link component renders as a hyperlink; when clicked, it redirects the user to navigation target.
- Content: the Navigation object to be used for navigation
new UrlNavigation(url -> "http://www.whitestein.com")
- Text: text displayed in the navigation link
- Disabled: whether the link is disabled (rendered as grayed out and not clickable)
- Help text: tooltip text
Note: You can define the Help text on the Help Text tab in the Properties view.