Link
<gstock-link>
|
GstockLink
API
Propiedades
| Nombre | Descripción | Reflects | Tipo | Por defecto |
|---|---|---|---|---|
target
|
Tells the browser where to open the link. |
'_blank' | '_parent' | '_self' | '_top' | undefined
|
-
|
|
rel
|
Specifies the relationship of the target object to the link object. |
string | undefined
|
-
|
|
download
|
Indicates the browser to download instead of navigating a URL. |
string | undefined
|
-
|
|
href
|
Indicates a complete or partial URL. |
string
|
-
|
|
hreflang
|
Specifies the language of the resource. |
'' | undefined
|
-
|
|
type
|
Specific media type in MIME type for the URL. |
string | undefined
|
-
|
|
referrerPolicy
referrerpolicy
|
Tells the reference send when URL is recovered. Learn more |
ReferrerPolicy
|
''
|
|
size
|
The size for the typography. |
'small' | 'medium' | 'large'
|
'medium'
|
|
weight
|
The weight for the typography. |
'normal' | 'bold' | undefined
|
'normal'
|
|
disabled
|
Disables the link. |
boolean
|
false
|
|
updateComplete
|
A read-only promise that resolves when the component has finished updating. |
Aprende más sobre atributos y propiedades .
Slots
| Nombre | Descripción |
|---|---|
default
|
The content of typography. |
Aprende más sobre slots .