A

Click the link to jump to the external site.

Scenes to be used

  • Jump to third-party sites

  • Jump to the page of the custom extension

  • Jump between systems

Example

Note: As an extension of the a tag, the target attribute of this component is "_blank" and cannot be changed.
{
"Link": {
"bind": "link",
"view": {
"type": "A",
"props": {}
}
}
}

Props

interface IProps
extends React.DetailedHTMLProps<
React.AnchorHTMLAttributes<HTMLAnchorElement>,
HTMLAnchorElement
> {}

API

PropertiesDescriptionTypeDefaultRequiredVersion
hreflinkstring-no

A

Click the link to jump to the external site.

Scenes to be used

  • Jump to third-party sites

  • Jump to the page of the custom extension

  • Jump between systems

Example

Note: As an extension of the a tag, the target attribute of this component is "_blank" and cannot be changed.
{
"Link": {
"bind": "link",
"view": {
"type": "A",
"props": {}
}
}
}

Props

interface IProps
extends React.DetailedHTMLProps<
React.AnchorHTMLAttributes<HTMLAnchorElement>,
HTMLAnchorElement
> {}

API

PropertiesDescriptionTypeDefaultRequiredVersion
hreflinkstring-no