ppagent / IConfigParams
Interface: IConfigParams
Defined in: src/config.ts:63
Extended by
Properties
desc?
optionaldesc:string
Defined in: src/config.ts:68
logoPath?
optionallogoPath:string
Defined in: src/config.ts:72
公共目录的相对路径,如 /public/images/logo.png
name
name:
string
Defined in: src/config.ts:67
类型的名称(非实例名称),所有该类型的实例都一样
optionsSchema
optionsSchema:
IConfigSchema
Defined in: src/config.ts:76
实例属性配置的结构
readMeUrl?
optionalreadMeUrl:string
Defined in: src/config.ts:85
使用文档地址
supported?
optionalsupported:object
Defined in: src/config.ts:77
groupInAndOut?
optionalgroupInAndOut:boolean
inTypes?
optionalinTypes:SourceChatMessageType[]
outTypes?
optionaloutTypes:SourceChatMessageType[]