LinkBlock LinkBlock
Link block container, function is the same as link component, but can embed other content, such as images.
When to use
- Switch to other pages in the current application;
- Navigate to external pages.
Component Example
Component Properties
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
disabled | Whether to disable, when disabled clicking the link block will not navigate to the page | boolean | false |
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> | - |
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?