API 参考actor 模块autorun本页总览autorunautorun 类型: MethodDeclaration 所属类: State 定义位置: actor.ts 返回值 类型: void 源代码 位置: 第 3803 行 public autorun(): void { if (this.started === false) { this.started = true this.emit('autorun') } } 文档生成时间:2025/7/7 12:07:06