The vscode-link
is a web component implementation of an anchor element.
Attribute | Type | Description |
---|---|---|
download |
boolean | Prompts the user to save the linked URL instead of navigating to it. |
href |
string | The URL that the hyperlink points to. |
hreflang |
string | Hints at the human language of the linked URL. |
ping |
string | See MDN. |
referrerpolicy |
string | See MDN. |
rel |
string | See MDN. |
target |
string | See MDN. |
type |
string | See MDN. |
<vscode-link href="#">Link Text</vscode-link>