disabled | Whether to disable the link block. When disabled, clicking the block does not trigger navigation. | boolean | false |
isBlank | Whether to open the target in a new page. | boolean | false |
page | The UUID of the internal page. Takes effect when the type attribute is set to page. | string | - |
params | URL query parameters, typically used to pass values during page navigation. | Record<string, string> | - |
type | Link type. page: internal page; url: external link. | 'page' | 'url' | 'page' |
url | The link address. Clicking the link redirects to the corresponding page. Takes effect when the type attribute is set to url. | string | - |