Skip to main content

LinkOutput

Link output widget for displaying clickable hyperlinks.

Signature

def LinkOutput(
link_url: str,
link_text: str = 'Click here',
same_tab: bool = False,
full_width: bool = False
)

Parameters

NameDescriptionTypeDefault
link_url (required)The URL that the link points to.strNone
link_textThe visible text of the link.str'Click here'
same_tabWhether the link should open in the same tab.boolFalse
full_widthWhether the link should take up the full width of its container.boolFalse