Interface MetaSendDataMessage

Send the meta data to the iframe

interface MetaSendDataMessage {
    payload: {
        registeredEvents: string[];
    };
    type: META_SEND_DATA;
}

Hierarchy (view full)

Properties

Properties

payload: {
    registeredEvents: string[];
}

The meta data object

Type declaration

  • registeredEvents: string[]

    The list of events the parent has registered listeners for.

The type of message