Type: StreamEvent#

StreamEvent: object

StreamEvent

This structure is used to pass streaming event information to the client. All event messages will be in this format.

Type declaration#

action#

action: EventAction

The type of action that the event describes.

data?#

optional data: StreamEventData

Additional data about the event.

info#

info: string | TypeError

Additional information about the action.

status#

status: EventStatus

The status of the event action.