-
Notifications
You must be signed in to change notification settings - Fork 0
traits.Interface.DebugSettings
github-actions[bot] edited this page Jun 8, 2026
·
1 revision
@zenstone/ts-utils / traits / DebugSettings
Defined in: src/traits/debuggable.ts:56
运行期调试开关,通过 setDebug() 写入实例,每个实例独立持有。
-
debug— 全局开关,控制所有未单独配置的 scope - 其余字段 — 各 scope 的独立开关,优先级高于
debug
[
key:string]:unknown
optionaldebug?:boolean
Defined in: src/traits/debuggable.ts:57