ppagent / ITaskTriggerParams
Interface: ITaskTriggerParams
Defined in: src/task/task.ts:30
任务触发器的固定属性
Extends
Properties
desc?
optional
desc:string
Defined in: src/config.ts:68
Inherited from
logoPath?
optional
logoPath:string
Defined in: src/config.ts:72
公共目录的相对路径,如 /public/images/logo.png
Inherited from
name
name:
string
Defined in: src/config.ts:67
类型的名称(非实例名称),所有该类型的实例都一样
Inherited from
optionsSchema
optionsSchema:
IConfigSchema
Defined in: src/config.ts:76
实例属性配置的结构
Inherited from
readMeUrl?
optional
readMeUrl:string
Defined in: src/config.ts:85
使用文档地址
Inherited from
supported?
optional
supported:object
Defined in: src/config.ts:77
groupInAndOut?
optional
groupInAndOut:boolean
inTypes?
optional
inTypes:SourceChatMessageType
[]
outTypes?
optional
outTypes:SourceChatMessageType
[]