Interface FullScreenClosedMessage

Notify the iframe that the full screen ui has been closed

interface FullScreenClosedMessage {
    payload: void;
    type: FULL_SCREEN_CLOSED;
}

Hierarchy (view full)

Properties

Properties

payload: void

No payload is necessary

The type of message