Link
Component | Source Code
extends ComponentPropsWithRef<“a”>
Props Inheritance Hierarchy: ComponentPropsWithRef<“a”>
Properties
Section titled “Properties”disableExternalNewTab?: boolean
Section titled “disableExternalNewTab?: boolean”(Optional, defaults to false) Whether the feature of opening links marked
external in a new tab should be disabled.
external?: boolean
Section titled “external?: boolean”(Optional, defaults to false) Whether the link is external. An external
link will be accompanied by a small icon if using JTJS’ styling.
Will also request that the browser open the link in a new tab. This can be
disabled with disableExternalNewTab.