Interface FullScreenOpenedMessage

Notify the iframe that the full screen ui has been opened

interface FullScreenOpenedMessage {
    payload: void;
    type: FULL_SCREEN_OPENED;
}

Hierarchy (view full)

Properties

Properties

payload: void

No payload is necessary

The type of message