Skip to main content

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.
© 2014–2025 DingTalk Technology Co., Ltd