Skip to content

ppagent / ISourceLogoutEventData

Interface: ISourceLogoutEventData

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

用户登出消息

Extends

Properties

id

id: string

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

Inherited from

ISourceEventData.id


me

me: ISourceUserInfo

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

Inherited from

ISourceEventData.me


origin?

optional origin: any

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

Inherited from

ISourceEventData.origin


source

source: ISource

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

Inherited from

ISourceEventData.source


type

type: SourceEventType

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

Inherited from

ISourceEventData.type


user

user: ISourceUserInfo

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