On this page

Type Alias MessageData

type MessageData = {
    data?: Serialized;
    error?: Serialized | null;
    id: string;
    mustQueue?: boolean;
    origin: string;
    sourceMapId: string | number | null;
    targetMapId?: string | number | null;
    type: MessageType | "<cancel>" | "<response>";
}
Index

Properties

data?: Serialized
error?: Serialized | null
id: string
mustQueue?: boolean
origin: string
sourceMapId: string | number | null
targetMapId?: string | number | null
type: MessageType | "<cancel>" | "<response>"
Was this helpful?
SDK JS
Reference
MessageData