Interface StylesRequestMessage

Request the sdk to transmit the styles configuration object from the OfcpConfig to the iframe.

interface StylesRequestMessage {
    payload: void;
    type: STYLES_REQUEST_DATA;
}

Hierarchy (view full)

Properties

Properties

payload: void

No payload is necessary

The type of message