Skip to main content
Version: Latest(3.13)

CallEvent 触发事件

1. 结构声明

class CallEvent extends LogicItem {
calleeNamespace: string;
calleeName: string;
arguments: Array<Argument>;
handleError?: boolean;
errorMessage?: LogicItem;
}