Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 599 Bytes

EventSource.md

File metadata and controls

27 lines (15 loc) · 599 Bytes

EventSource

Contains the source of the object that initiated the event.

Properties

Name Type Description
channel ChannelEnum Determines the channel that initiated the event.
user EventSourceUser
apiKey EventSourceApiKey

Enum: ChannelEnum

Name Value
USER_PORTAL "USER_PORTAL"
API "API"
CLIENT_API "CLIENT_API"
INTERNAL "INTERNAL"