API 参考event 模块get 获取指定ID的事件指令列表On this pageget 获取指定ID的事件指令列表get 类型: MethodDeclaration 定义位置: event.ts 描述 获取指定ID的事件指令列表 参数 id: 事件ID 返回值:指令列表 参数 参数名类型描述默认值idstring-- 返回值 类型: CommandFunctionList \| undefined 指令列表 源代码 位置: 第 217 行 public get(id: string): CommandFunctionList | undefined { return this.guidMap[id] } 文档生成时间:2025/7/7 12:07:06