Skip to main content
Version: 2.22

CallInterface 调用接口

结构声明

interface CallInterface {
"concept": "CallInterface", // 产品概念
"label": string, // 调用接口标题
"calleeNamespace": string, // calleeNamespace
"calleeName": string, // calleeName
"shortcut": boolean, // shortcut
"arguments": Array<Argument>, // 实际参数
}

示例

简单示例

{
"concept": "CallInterface",
"label": "调用接口",
"calleeNamespace": null,
"calleeName": null,
"shortcut": null,
"arguments": []
}

ScopeOf

{}