API 参考trigger 模块destroyAsync 异步销毁触发器On this pagedestroyAsync 异步销毁触发器destroyAsync 类型: MethodDeclaration 所属类: Trigger 定义位置: trigger.ts 描述 异步销毁触发器 返回值 类型: void 源代码 位置: 第 488 行 public destroyAsync(): void { Callback.push(() => { this.destroy() }) } 文档生成时间:2025/7/7 12:07:06