Action.ts 117 Bytes Raw Blame History Permalink 1 2 3 4 5 // 事件对象,同wdBean的Action export interface Action { type: string; // params?: Params; // 参数集合 }