feat: 添加注释
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
fb67b06230
commit
6e0456d777
@ -64,8 +64,18 @@ declare global {
|
|||||||
* 引擎渠道
|
* 引擎渠道
|
||||||
*/
|
*/
|
||||||
ScriptEngineChannel: string
|
ScriptEngineChannel: string
|
||||||
|
/**
|
||||||
|
* 慢执行检测时间
|
||||||
|
*/
|
||||||
ScriptSlowExecuteTime: number
|
ScriptSlowExecuteTime: number
|
||||||
ScriptEngineStartTime: number
|
ScriptEngineStartTime: number
|
||||||
|
/**
|
||||||
|
* 设置全局对象
|
||||||
|
* @param key 对象名称
|
||||||
|
* @param value 对象值
|
||||||
|
* @param config 对象属性
|
||||||
|
* @returns
|
||||||
|
*/
|
||||||
setGlobal: (key: string, value: any, config?: PropertyDescriptor & ThisType<any>) => void
|
setGlobal: (key: string, value: any, config?: PropertyDescriptor & ThisType<any>) => void
|
||||||
noop: () => void
|
noop: () => void
|
||||||
console: Console
|
console: Console
|
||||||
|
Loading…
Reference in New Issue
Block a user