Skip to main content
Version: 3.0

ExternalDestination 外部链接

结构声明

interface ExternalDestination {
"concept": "ExternalDestination", // 产品概念
"link": LogicItem, // 外部链接
"target": string, // target
"anchor": Anchor, // 锚点参数
}

示例

简单示例

{
"concept": "ExternalDestination",
"link": null,
"target": "_self",
"anchor": null
}