> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkBlock 链接块

> LinkBlock 链接块组件文档，介绍可嵌入图片等内容的块级链接容器的属性与用法，实现整块区域的点击跳转。

链接块容器，功能同链接组件，不过可以嵌入其他内容，例如图片等。

## 何时使用

* 切换访问当前应用的其他页面；
* 跳转到外部页面。

## 组件示例

<iframe src="https://www.aliwork.com/developer/link-block-v2?isRenderNav=false" width="100%" height="480" frameBorder="0" />

## 组件属性

| 属性         | 说明                                     | 类型                       | 默认值      |
| ---------- | -------------------------------------- | ------------------------ | -------- |
| `disabled` | 是否禁用，禁用后点击链接块不会进行页面跳转                  | `boolean`                | `false`  |
| `isBlank`  | 是否新开页面                                 | `boolean`                | `false`  |
| `page`     | 内部页面Uuid，当 **type** 属性为page时生效         | `string`                 | -        |
| `params`   | url 查询参数，多用于页面跳转传参                     | `Record<string, string>` | -        |
| `type`     | 链接类型，page：内部页面、url：外部链接                | `'page' \| 'url'`        | `'page'` |
| `url`      | 链接地址，点击链接即可跳转对应页面，当 **type** 属性为url时生效 | `string`                 | -        |
