Skip to content

ema / ema / ActorResponse

Interface: ActorResponse

Defined in: actor.ts:253

The response from the actor.

Properties

events

ts
events: ActorEvent[];

Defined in: actor.ts:257

The events from the actor.


status

ts
status: ActorStatus;

Defined in: actor.ts:255

A short status text of the actor.