Skip to content

ppagent / ISourceActionInfo

Interface: ISourceActionInfo

Defined in: src/source/source.ts:42

消息源的路由和ws处理器信息

Properties

action

action: ISourceApiAction | SourceWSNormalAction | SourceWSCustomAction

Defined in: src/source/source.ts:45


actionName

actionName: string

Defined in: src/source/source.ts:43


needAuth?

optional needAuth: boolean

Defined in: src/source/source.ts:49

是否需要


type

type: "api" | "ws"

Defined in: src/source/source.ts:44