• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • bean
  • Action.ts
  • 添加wdRouter模块, · fce2b0f8 ...
    fce2b0f8 Browse Files
    添加wdJsBridge,wdWebComponent模块
    fanmingyou3_wd authored 2024-01-09 21:13:39 +0800
Action.ts 117 Bytes
Raw Blame History Permalink
1 2 3 4 5
//  事件对象,同wdBean的Action
export interface Action {
  type: string;
  // params?: Params; // 参数集合
}