Interface PingMessage

Request a pong message from the target, which can be either the SDK or the iframe

interface PingMessage {
    payload: string;
    type: PING;
}

Hierarchy (view full)

Properties

Properties

payload: string

The current version of the sender. Expected to be semantically versioned or the string 'IN-DEV'.

type: PING

The type of message