A button that represents a link. This type of button is primarily used for interactions that cause a context change (like linking to a web page).
See also BaseButton which contains common properties and methods associated with this node.
UNDERLINE_MODE_ALWAYS = 0
The LinkButton will always show an underline at the bottom of its text.
UNDERLINE_MODE_ON_HOVER = 1
The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.
UNDERLINE_MODE_NEVER = 2
The LinkButton will never show an underline at the bottom of its text.
Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead.
Set BiDi algorithm override for the structured text.
Set additional options for BiDi override.
The button's text that will be displayed inside the button's area.
Base text writing direction.
The underline mode to use for the text. See UnderlineMode for the available modes.
The URI for this LinkButton. If set to a valid URI, pressing the button opens the URI using the operating system's default program for the protocol (via OS.shell_open). HTTP and HTTPS URLs open the default web browser.
Examples: