liko
Preparing search index...
IScriptData
Interface IScriptData
脚本数据接口,用于序列化和反序列化脚本
interface
IScriptData
{
description
?:
string
;
id
:
string
;
path
?:
string
;
props
:
{
enabled
?:
boolean
;
label
?:
string
;
[
key
:
string
]:
unknown
}
;
script
:
string
;
}
Index
Properties
description?
id
path?
props
script
Properties
Optional
description
description
?:
string
脚本描述,提供给 AI 读取的附加信息
id
id
:
string
脚本唯一标识符
Optional
path
path
?:
string
脚本路径
props
props
:
{
enabled
?:
boolean
;
label
?:
string
;
[
key
:
string
]:
unknown
}
脚本属性集合,包含脚本的各种配置参数
Type declaration
[
key
:
string
]:
unknown
Optional
enabled
?:
boolean
是否启用脚本
Optional
label
?:
string
脚本标签
script
script
:
string
脚本类名或路径
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
id
path
props
script
liko
Loading...
脚本数据接口,用于序列化和反序列化脚本