Link Link
Jump hyperlink, used to navigate to a new page.
When to use
- Switch to other pages in the current application;
- Navigate to external pages.
Component Example
Component Properties
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
content | Set link text content | string | 'Here is a link' |
isBlank | Whether to open a new page | boolean | false |
page | Internal page Uuid, takes effect when type property is page | string | - |
params | URL query parameters, mostly used for page navigation with parameters | Record<string, string> | - |
textOverflow | Single line text truncation, whether to use ... to display when text exceeds one line, when this option is enabled, the html tag title property will also be set | boolean | false |
type | Link type, page: internal page, url: external link | 'page' | 'url' | 'page' |
url | Link address, clicking the link will navigate to the corresponding page, takes effect when type property is url | string | - |
This doc is generated using machine translation. Any discrepancies or differences created in the translation are not binding and have no legal effect for compliance or enforcement purposes.
Is this document helpful?