Type alias ActorMessage<T>
ActorMessage<T>: { data: RequestResponseMessageMap[T][0]; mustQueue?: boolean; sourceMapId?: string | number | null; targetMapId?: string | number | null; type: T; } Type declaration
Optional
mustQueue?: boolean
Optional
sourceMapId?: string | number | null
Optional
targetMapId?: string | number | null
type: T
The message to be sent by the actor