Link
Linkable text which, when clicked, navigates to the target path.
This composable is SilkTheme-aware, and if colors are not specified, will automatically use the current theme plus color mode.
Parameters
If set, force the behavior of how internal links (links under the site's root) open. If not set, this behavior will default to in place. Note that this behavior may be overridden by the browser based on keyboard/mouse shortcuts.
If set, force the behavior of how external links open (links outside this site's domain). If not set, this behavior will default to in a new tab. Note that this behavior may be overridden by the browser based on keyboard/mouse shortcuts.
If set, follow this behavior when following the link. By default, history will be added when visiting the new location (so you can return back to the current page), but UpdateHistoryMode.REPLACE can be used to create an effect where the new page "takes over" the current page in place.
Linkable content which, when clicked, navigates to the target path.
See the other Link docs for parameter details.