Skip to content

ppagent / IPPAgentOptions

Interface: IPPAgentOptions

Defined in: src/pp.agent.ts:30

Properties

agentServiceOptions?

optional agentServiceOptions: IAgentServiceOptions

Defined in: src/pp.agent.ts:34

agent服务的构建参数


name

name: string

Defined in: src/pp.agent.ts:51

id,请使用英文


offline?

optional offline: boolean

Defined in: src/pp.agent.ts:39

是否是离线模式,离线模式不从网络加载配置


sharedCoverPath?

optional sharedCoverPath: string

Defined in: src/pp.agent.ts:47

如果配置,那么应用可以在有需要的时候使用默认图


sharedLogoPath?

optional sharedLogoPath: string

Defined in: src/pp.agent.ts:43

如果配置,那么应用可以在有需要的时候使用默认图


taskServiceOptions?

optional taskServiceOptions: ITaskServiceOptions

Defined in: src/pp.agent.ts:35