Interface StylesSendDataMessage

Send the styles configuration object from the OfcpConfig to the iframe.

interface StylesSendDataMessage {
    payload: any;
    type: STYLES_SEND_DATA;
}

Hierarchy (view full)

Properties

Properties

payload: any

The styles configuration object

The type of message