Home > @tridion-sites/extensions > LinkProps
Signature:
export interface LinkProps
Property | Modifiers | Type | Description |
---|---|---|---|
children? | ReactNode | (Optional) The content to be rendered inside the Link component. | |
openInNewTab? | boolean | (Optional) Boolean that indicates whether a link should be opened in new tab. | |
to | string | String that represents a valid path to the external or internal source. The relative path always starts with / , otherwise it’s treated as an absolute path. Relative to the current directory path is not supported (ex. subfolder ). |
|
tooltip? | string | (Optional) String that is shown as tooltip on hover. |