Appearance
Interface: ActorMessageEvent
Defined in: packages/ema/src/actor.ts:285
A message from the actor.
Properties
content
ts
content: string;Defined in: packages/ema/src/actor.ts:289
The content of the message.
kind
ts
kind: "message";Defined in: packages/ema/src/actor.ts:287
The kind of the event.