Skip to main content
Version: 3.5

CallInterface 调用接口

1. 结构声明

class CallInterface extends LogicItem {
calleeNamespace: string;
calleeName: string;
shortcut?: boolean;
arguments: Array<Argument>;
}