MessageData
MessageData:
object
This is used to define the parameters of the message that is sent to the worker and back
Type declaration
data?
optionaldata:Serialized
error?
optionalerror:Serialized|null
id
id:
string
mustQueue?
optionalmustQueue:boolean
origin
origin:
string
sourceMapId
sourceMapId:
string|number|null
targetMapId?
optionaltargetMapId:string|number|null
type
type:
MessageType|"<cancel>"|"<response>"