A message sent between the SDK and the iframe

interface Message {
    payload: any;
    type: MessageType;
}

Hierarchy (view full)

Properties

Properties

payload: any

The payload of the message

The type of message